Skip to content

Could I continue to train when adding new data into trian dataset #778

Answered by FabianIsensee
fgbxx asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by FabianIsensee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants