Skip to content

Commit 75b6341

Browse files
committed
Dont save the model
1 parent 8ccedd9 commit 75b6341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras-color/color.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ def my_generator(batch_size, img_dir):
6969

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

0 commit comments

Comments
 (0)