Skip to content

Commit

Permalink
doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-edwards committed Oct 28, 2024
1 parent 0ed94e9 commit 317cf87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/fl_post/fl/project/src/nnunet_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ def train_nnunet(actual_max_num_epochs,
"""
actual_max_num_epochs (int): Provides the number of epochs intended to be trained
(this needs to be held constant outside of individual calls to this function during with max_num_epochs is set to one more than the current epoch)
fl_round (int): Federated round, equal to the epoch used for the model (lr scheduling)
fl_round (int): Federated round, equal to the epoch used for the model (in lr scheduling)
val_epoch (bool) : Will validation be performed
train_epoch (bool) : Will training run (rather than val only) makes lr step and epoch increment
train_epoch (bool) : Will training run (rather than val only)
train_val_cutoff (int): Total time (in seconds) limit to use in approximating a restriction to training and validation activities.
train_cutoff_part (float): Portion of train_val_cutoff going to training
val_cutoff_part (float): Portion of train_val_cutoff going to val
Expand Down

0 comments on commit 317cf87

Please sign in to comment.