Replace HDF5 with TF format

This commit is contained in:
Aurélien Geron
2022-09-12 11:47:36 +12:00
parent ace7a972b9
commit 7a551f5fb1
2 changed files with 10 additions and 10 deletions

View File

@@ -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)"
]
},