I had some trouble installing the decaltron2 in the code and I've just figured it out it was due to the library version mismatch between libraries the author used and my enviroment. I post pytorch-related library versions that works for the code here in case you had the same problem:
For CUDA 10.1:
torch==1.6.0+cu101
torchvision==0.7.0+cu101
Dear all,
I had some trouble installing the decaltron2 in the code and I've just figured it out it was due to the library version mismatch between libraries the author used and my enviroment. I post pytorch-related library versions that works for the code here in case you had the same problem:
For CUDA 10.1: torch==1.6.0+cu101 torchvision==0.7.0+cu101
Thanks,