Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
improve the print message
  • Loading branch information
sztoor authored May 21, 2024
1 parent f2f7b51 commit 81ee6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/monai-2D-mednist/client/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def train(in_model_path, out_model_path, data_path=None, client_settings_path=No
epoch_loss_values.append(epoch_loss)
print(f"epoch {epoch + 1} average loss: {epoch_loss:.4f}")

print(f"train completed!")
print(f"training completed!")

# Metadata needed for aggregation server side
metadata = {
Expand Down

0 comments on commit 81ee6ee

Please sign in to comment.