Skip to content

Run swarm_cse_pt job with brats-learner #2113

Closed Answered by SYangster
jingyunc asked this question in Q&A
Discussion options

You must be logged in to vote

Adding to above, if choosing to switch to use LearnerExecutor and modify the current SupervisedMonaiBratsLearner to support submit_model task, you would need to implement get_model_for_validation() which retrieves the best local model saved from training.

Currently, the model is not being saved locally, but you can reference https://github.com/NVIDIA/NVFlare/blob/main/examples/advanced/cifar10/pt/learners/cifar10_learner.py#L311 to see how this logic can be done in a Learner.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SYangster
Comment options

Answer selected by jingyunc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants