Use the pre-trained global model weights in Prostate Segmentation example #1515
-
Hi, I am trying to run the Prostate segmentation example - FedAvg Job but I would like to use a Pre-trained model. I have tried specifying the path in the "config_fed_server.json" by adding the "source_ckpt_file_full_name" in the args of the "PTFileModelPersistor" persistor and also tried to specify it using the "environments.json" file created inside the app folder in the job which contains - |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@ZiyueXu77 can you help when you are free? |
Beta Was this translation helpful? Give feedback.
-
Hi @Tarun-Khilani , the "environment.json" is more for changing the default saving path of model persistence to a customized one. For starting from a pre-trained model, you can use "source_ckpt_file_full_name", add it to the persistor specs in config_fed_server.json. For example:
|
Beta Was this translation helpful? Give feedback.
Hi @Tarun-Khilani , the "environment.json" is more for changing the default saving path of model persistence to a customized one. For starting from a pre-trained model, you can use "source_ckpt_file_full_name", add it to the persistor specs in config_fed_server.json. For example: