Skip to content

Commit

Permalink
chore: verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
nglehuy committed Jun 15, 2024
1 parent 2ebd30e commit 31312d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def main(
model.fit(
train_data_loader,
epochs=config.learning_config.num_epochs,
verbose=1,
validation_data=eval_data_loader,
callbacks=callbacks.deserialize(config.learning_config.callbacks),
steps_per_epoch=train_dataset.total_steps,
Expand Down

0 comments on commit 31312d5

Please sign in to comment.