Skip to content

Loading the trained local and global models in the Prostate Example #378

Closed Answered by ZiyueXu77
atnassar asked this question in Q&A
Discussion options

You must be logged in to vote

@atnassar, thanks for the question! As our other discussion, this question is more about Pytorch/MONAI, rather than NVFlare: you can load the .pt models into any pytorch script that is able to recognize and use the model (that's why I suggested to write a standalone MONAI trainer). "local_model.pt" is used to track the local model trained on the client, and "best_local_model.pt" is the record for the one with best validation score.
As for the "archive" folder, to be honest I did not see it in my experiments, @YuanTingHsieh do you have any idea?

Replies: 2 comments 1 reply

Comment options

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

Answer selected by holgerroth
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
examples Label for all example related work
4 participants
Converted from issue

This discussion was converted from issue #340 on April 01, 2022 15:53.