Skip to content

Commit

Permalink
Fixing a parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsade96 committed Dec 21, 2021
1 parent 4b3d190 commit 9ddf9f7
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 @@ -44,7 +44,7 @@

# Defining callback objects
tensorboard_callback = TensorBoard(log_dir="./tb_logs", histogram_freq=1, write_graph=True,
write_images=False, update_freq="epoch")
write_images=True, update_freq="epoch")

# Compiling the model
model.compile(optimizer=Adam(learning_rate=args.learning_rate), loss=total_loss, metrics=metrics)
Expand Down

0 comments on commit 9ddf9f7

Please sign in to comment.