Skip to content

Commit

Permalink
some debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-edwards committed Oct 4, 2024
1 parent ac18c19 commit 0fc0aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fl_post/fl/project/src/nnunet_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def __init__(self, **kwargs):
else:
# new training without pretraine weights, do nothing
pass

print(f"Brandon DEBUG - Calling trainer.run_training, trainer epoch: {trainer.epoch}, trainer max_num_epochs:{trainer.max_num_epochs}")
batches_applied_train, batches_applied_val = trainer.run_training(train_cutoff=train_cutoff, val_cutoff=val_cutoff, decrement_current_epoch_by_one=decrement_current_epoch_by_one)
else:
# if valbest:
Expand Down

0 comments on commit 0fc0aa0

Please sign in to comment.