Could I continue to train when adding new data into trian dataset #778
-
hi, Fabian Best wishes, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, you can load a pretrained model at the start of the training, have a look at |
Beta Was this translation helpful? Give feedback.
Hi, you can load a pretrained model at the start of the training, have a look at
nnUNet_train -h
. This pretrained model has to have been trained with the same plans. Also beware of the data splits. If you add new training cases you need to remove the old splits_final.pkl file, otherwise they will not be used! You also need to ensure not to break your previous cross-validation splits