Closed zlf123-marker closed 4 years ago
Thank you very much
I am using data from this folder: /home/zlf/liuyuan/nnUNet/nnUNet_preprocessed/Task02_yao/nnUNet
###############################################
2020-02-12 18:31:58.697787: Using dummy2d data augmentation
2020-02-12 18:31:58.698380: Creating new split...
Traceback (most recent call last):
File "run/run_training.py", line 95, in
What are the reasons for the following errors in the training times
you need at least 5 training cases to run nnunet, otherwise it cannot do 5 fold cross validation
2020-02-12 19:10:22.768655: Using dummy2d data augmentation
2020-02-12 19:10:22.769613: unpacking dataset
2020-02-12 19:10:22.895844: done
2020-02-12 19:10:25.275291: Unable to plot network architecture:
2020-02-12 19:10:25.275366: No module named 'hiddenlayer'
2020-02-12 19:10:25.275557:
epoch: 0
gpu 0
Traceback (most recent call last):
File "run/run_training.py", line 103, in
What are the reasons for the following errors in the training times
You have values in your labels that do not belong there. Check all of your files in labelsTr with np.unique to find out which one it is. Labels need to be consecutive integers: 0, 1, 2, 3, 4
yes id needs to be continuous