Skip to content

Commit

Permalink
Merge branch 'examples/SK-855' of https://github.com/scaleoutsystems/…
Browse files Browse the repository at this point in the history
…fedn into examples/SK-855
  • Loading branch information
root committed May 22, 2024
2 parents 3f718b9 + 81ee6ee commit 1b1e2fc
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 1b1e2fc

Please sign in to comment.