Jinghong Gao
Jinghong Gao
 https://github.com/MIC-DKFZ/nnUNet/tree/nnunetv1?tab=readme-ov-file#installation nnunetv1 probably doesn't support CPU.
For example, if the label value is 100 as you mentioned, it should be directly converted to 8, rather than explained in the dataset.json. The same applies to 201-207; the...
You could try reducing the learning rate.
dataset.json for coarse segmentation ```json …… "labels": { "background": 0, "myo": 1, "lv": 2, "rv": 3 }, …… ``` dataset.json for fine segmentation ```json …… "labels": { "background": 0, "myo":...
Thank you very much for your reply, it's working now.
you can try this command: CUDA_VISIBLE_DEVICES=0 nnuNetv2 train 800 3d fullres 4 --disable checkpointing -tr nnUNetTrainer 1epoch if you want to use multiple GPUs for training,you can do like this:...
Yeah, CMD can not recognize the command. You can try running command on Git bash.
try to set batch size = 1?
Can you take a complete screenshot? Start by entering commands. Try using the default trainer?
I noticed this error: "Not enough memory resources are available to process this command." How much memory do you have available when running this command? Were you able to observe...