Open cdjameson opened 3 years ago
pytorch 1.4 should solve this
I had the same issue. Installing pytorch 1.4 solved it, but I would reccomend installing 0.5.0 torchvision at the same time, overwise it still won't work.
conda install pytorch==1.4.0 torchvision==0.5.0 -c pytorch
Hello,
Thanks for providing this repository. It appears there is an issue with the model that is being caught by a version of PyTorch that is newer. I am happy to downgrade if that will fix it, but since the requirements doesn't list versions I do not know which version would work.
I've included the entire traceback here, including the
torch.autograd.set_detect_anomaly(True)
output, which points to line 60 in "models.py":