Skip to content

Commit

Permalink
add hist
Browse files Browse the repository at this point in the history
  • Loading branch information
lruizcalico committed Apr 24, 2024
1 parent ac1a250 commit 160394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/baskerville/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def fit_keras(self, seqnn_model):

callbacks = [
early_stop,
tf.keras.callbacks.TensorBoard(self.log_dir),
tf.keras.callbacks.TensorBoard(self.log_dir, histogram_freq=1),
tf.keras.callbacks.ModelCheckpoint("%s/model_check.h5" % self.out_dir),
save_best,
]
Expand Down

0 comments on commit 160394b

Please sign in to comment.