mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-02-01 20:47:50 +01:00
Replace HDF5 with TF format
This commit is contained in:
@@ -3988,7 +3988,7 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"model.save(\"my_sketchrnn\")"
|
||||
"model.save(\"my_sketchrnn\", save_format=\"tf\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -4638,7 +4638,7 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"model.save(\"my_bach_model.h5\")\n",
|
||||
"model.save(\"my_bach_model\", save_format=\"tf\")\n",
|
||||
"model.evaluate(test_set)"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user