Skip to content

Commit

Permalink
Add .keras filename extension when saving model.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681508059
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Oct 2, 2024
1 parent 6fd6b5c commit a45eae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/guide/basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@
" batch_size=32,\n",
" verbose=0)\n",
"\n",
"new_model.save('./my_new_model')"
"new_model.save('./my_new_model.keras')"
]
},
{
Expand Down

0 comments on commit a45eae2

Please sign in to comment.