conansherry / detectron2

detectron2 windows build
Apache License 2.0
224 stars 55 forks source link

Files to modify do not exists #16

Open damien-ls opened 4 years ago

damien-ls commented 4 years ago

I followed the install procedure and installed the dependency with the given directive.

However, following the directives, the pytorch version installed is 1.5.1

The files specified to modify do not exists at the mentioned location.

Should the version being installed specifically be 1.3 ? If that so, what would be the command and compatible pytorch and vision to install ? the git and website of pytorch provides it only for version 1.5, 1.2 but not 1.3

https://pytorch.org/get-started/previous-versions/

Thanks

sidh26 commented 4 years ago

conda install pytorch=1.3 torchvision cudatoolkit=10.1 -c pytorch worked for me.

It installed: