Closed jmamath closed 3 years ago
Hi @jmamath, I was the one who created the requirements.txt
file through this PR.
I put the requirements file after training only coloredMNIST; I just saw that R-MNIST has this command.
Feel free to correct the requirements file (I believe the torch version and torchvision version are tightly coupled, and they are also coupled with the CUDA version).
Closing in favor of a PR (@ashok-arjun ?)
I just cloned the repo and tried to run the train command. However I got the following error:
AttributeError: module 'torchvision.transforms' has no attribute 'InterpolationMode'
Is the requirements.txt file up to date ? Here is my setting: