Skip to content

Commit

Permalink
Update cyclegan.ipynb (keras-team#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
tilakrayal authored Mar 19, 2023
1 parent f8a400b commit fb3ff0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/generative/ipynb/cyclegan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@
"plotter = GANMonitor()\n",
"checkpoint_filepath = \"./model_checkpoints/cyclegan_checkpoints.{epoch:03d}\"\n",
"model_checkpoint_callback = keras.callbacks.ModelCheckpoint(\n",
" filepath=checkpoint_filepath\n",
" filepath=checkpoint_filepath,\n",
" save_weights_only=True\n",
")\n",
"\n",
Expand Down

0 comments on commit fb3ff0b

Please sign in to comment.