Thijs Gelton
Thijs Gelton
You should give more details about what is actually happening before anyone can help you. - Full stack trace? - When does this happen? What are you running? - What...
When switching python versions, did you redo this command: `pip install -e .` ?
Please check the installation instructions in the readme. They specify clearly that you need to have PyTorch properly installed first.
Just create a custom trainer and change the number of epochs as you see in the V2 trainer. A quick search and I found this for you: https://github.com/MIC-DKFZ/nnUNet/blob/6d02b5a4e2a7eae14361cde9599bbf4ccde2cd37/nnunet/training/network_training/nnUNet_variants/benchmarking/nnUNetTrainerV2_2epochs.py#L27 This has...
Bump, any solution to this problem?
Hi Fabian, Sorry for the late reply. > Do you have any sample data (publicly available dataset) that I could use for development? You could take a look at the...
Hi Fabian, Thanks for the quick reply. I understand that it is hard to figure out what the problem could be if people are using other's code as well. I...
Hi, Nifti only allows for a dimension of 32k by 32k pixels and the images I use often exceed 100k by 100k. Thank you though for the tip about batch...