You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe it's a novice question but I did not find info about it - I am training dataset1 and I want the model to make prediction on dataset2. How can I do it? I am using the following command: nnUNetv2_predict -d Dataset1 -i /path/to/test_set -o /path/to/predictions -f 0 1 2 3 4 -tr nnUNetTrainer -c 2d -p nnUNetPlans
there I enter a path to the test set but how does the model know which training set was used for training?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
maybe it's a novice question but I did not find info about it - I am training dataset1 and I want the model to make prediction on dataset2. How can I do it? I am using the following command:
nnUNetv2_predict -d Dataset1 -i /path/to/test_set -o /path/to/predictions -f 0 1 2 3 4 -tr nnUNetTrainer -c 2d -p nnUNetPlans
there I enter a path to the test set but how does the model know which training set was used for training?
please enlighten me
Thanks all in advance
Beta Was this translation helpful? Give feedback.
All reactions