Daniel Najarian
Daniel Najarian
I'm running it through command line and built the environment based on their requirements files.
I am using torch 1.13.1+cu116 and nvidia-dali-cuda110 1.26.0. Looking at it now, DALI should be cuda116, correct? But there doesnt seem to be a cuda116 version of it.
I had to manually reinstall a few packages since the torch and torchvision CUDA versions weren't lined up and I had trouble getting 117 to work on both, so I...
When running the model, I get an error on the nnunet import statement saying "ModuleNotFoundError: No module named 'nnunet'". Should I pip install nnunet? It wasn't in the requirements.txt and...