Abdomen-CT-Image-Segmentation icon indicating copy to clipboard operation
Abdomen-CT-Image-Segmentation copied to clipboard

Folder conflict during model training when changing vnet=[0/1]

Open davidkvcs opened this issue 2 years ago • 0 comments

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.

davidkvcs avatar May 03 '22 14:05 davidkvcs