Abdomen-CT-Image-Segmentation
Abdomen-CT-Image-Segmentation copied to clipboard
Folder conflict during model training when changing vnet=[0/1]
If I run
python run/run_training.py 3d_lowres nnUNetTrainer Task500_HNC01 0 --ndet --vnet=0
and then
python run/run_training.py 3d_lowres nnUNetTrainer Task500_HNC01 0 --ndet --vnet=1
The contents of the results folder at network_training_output_dir
is overwritten by the new model.