torch version 1.4.0 requires torchvision version 0.5.0
Therefore, if you install using pip, the command should be:
pip install "torch==1.4" "torchvision==0.5.0"
torch version 1.4.0 requires torchvision version 0.5.0
Therefore, if you install using pip, the command should be:
pip install "torch==1.4" "torchvision==0.5.0"