Skip to content

Commit

Permalink
Dont save the model
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpelt committed Jul 27, 2018
1 parent 8ccedd9 commit 75b6341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras-color/color.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ def my_generator(batch_size, img_dir):

model.fit_generator( my_generator(config.batch_size, train_dir),
samples_per_epoch=20,
nb_epoch=config.num_epochs, callbacks=[WandbCallback(data_type='image')],
nb_epoch=config.num_epochs, callbacks=[WandbCallback(data_type='image', save_model=False)],
validation_data=(val_bw_images, val_color_images))

0 comments on commit 75b6341

Please sign in to comment.