Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke-a-uchida committed Jul 21, 2018
1 parent f7c66f3 commit 947a682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def main():
monitor="val_PSNR",
verbose=1,
mode="max",
save_best_only=True, )
save_best_only=True)
]

hist = model.fit_generator(generator=generator,
Expand Down

0 comments on commit 947a682

Please sign in to comment.