I tried to run the training in Google Colab with torch==1.5 and torchvision==0.6.0+cu101
But after some testing I found that:
It can only work with torch==1.4.0 and torchvision==0.5
Should we migrate the code to newer version or fix the version in requirements.txt?
I tried to run the training in Google Colab with torch==1.5 and torchvision==0.6.0+cu101 But after some testing I found that: It can only work with torch==1.4.0 and torchvision==0.5
Should we migrate the code to newer version or fix the version in requirements.txt?