nnUNetv2_train additional flags #1413
jamesgoldfarb
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
agree with the no val and checkpointing interval. will do these now. Num epochs will not happen because this breaks the nnunet system. It owuld not longer be clear how many epochs were used to train what model when looking at the results. You need to create separate classes for that |
Beta Was this translation helpful? Give feedback.
0 replies
-
Why is validation causing a crash with multiple GPUs? Can you elaborate? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fabian, Great job!!!!!
I would find these flag very useful.
#1 --no_val flag. The final validation with (nnUNetv2_train) is causing a crash of all gpu processes. It would be great to have a --no_val in addition to --val.
#2 A flag to change the checkpoint saving from 50 epochs to a smaller number.
#3 --num_epochs to change the number of epochs from 1000
Beta Was this translation helpful? Give feedback.
All reactions