adityaarun1 / Detectron.pytorch

A PyTorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available. Supports PyTorch 1.1+ and TorchVision 0.3.0+. No compilation necessary.
MIT License
65 stars 18 forks source link

torch 1.0.1 not matched torchvision 0.3.0 #8

Closed unanan closed 5 years ago

unanan commented 5 years ago

I installed torchvision 0.3.0 first, and it told me:

ERROR: torchvision 0.3.0 has requirement torch>=1.1.0, but you'll have torch 1.0.1 which is incompatible.

when I pip install torch-1.0.1-cp35-cp35m-manylinux1_x86_64.whl. So what are the matched versions?

adityaarun1 commented 5 years ago

Can you check with pytorch version 1.1.0+?