Using pretrained wights for nnunetv2runner #1669
Unanswered
YazdanSalimi
asked this question in
Q&A
Replies: 1 comment
-
Hi @YazdanSalimi, for preprocessing new datasets, it would be ideal to make a reference to the nnUNet repository as train_single_model does not inherently handle that. However, it could be beneficial for Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use my previously trained nnunet model and do transfer learning on a new dataset. the option offererd by the original reposirory (nnUNetv2_move_plans_between_datasets ) needs preprocessed data. I dis not keep the preprocessed data, is there a way to preprocess the new dataset in the same manner as the old one with -pretrained_weights option in train_single_model function?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions