How to load pre-trained weights before starting the run? #1973
-
Hello, I am not sure I got the idea how can I start with the pre-trained model. I have .pt file which I sent to all clients. I am using the template of Prostate project. Should I add the lines to Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The server will be sending the initial weights for each FL round. If your persistor in config_fed_server.json loads the checkpoint, it means those weights will be sent to each client in the first round. You don't need to modify supervised_learner.py. CC @ZiyueXu77 |
Beta Was this translation helpful? Give feedback.
The server will be sending the initial weights for each FL round. If your persistor in config_fed_server.json loads the checkpoint, it means those weights will be sent to each client in the first round. You don't need to modify supervised_learner.py. CC @ZiyueXu77