Skip to content

Commit

Permalink
Add documentation request by David
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelltaylor committed Nov 25, 2024
1 parent 660ad20 commit 426821e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fl4health/clients/nnunet_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def __init__(
reporters which the client should send data to.
nnunet_trainer_class (Type[nnUNetTrainer]): A nnUNetTrainer constructor.
Useful for passing custom nnUNetTrainer. Defaults to the standard nnUNetTrainer class.
Must match the nnunet_trainer_class passed to the NnunetServer.
nnunet_trainer_class_kwargs (dict[str, Any]): Additonal kwargs to pass to nnunet_trainer_class.
Defaults to empty dictionary.
"""
Expand Down
1 change: 1 addition & 0 deletions fl4health/servers/nnunet_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def __init__(
and throw an exception. Defaults to True.
nnunet_trainer_class (Type[nnUNetTrainer]): nnUNetTrainer class.
Useful for passing custom nnUNetTrainer. Defaults to the standard nnUNetTrainer class.
Must match the nnunet_trainer_class passed to the NnunetClient.
"""
FlServerWithCheckpointing.__init__(
self,
Expand Down

0 comments on commit 426821e

Please sign in to comment.