ruoqianguo / DetNet_pytorch

An implementation of DetNet: A Backbone network for Object Detection.
MIT License
377 stars 117 forks source link

pytorch version no longer available #32

Closed wander1985 closed 5 years ago

wander1985 commented 5 years ago

per Pytorch 0.2.0 or higher(not support pytorch version >=0.4.0), I try to install pytorch by conda install pytorch=0.2.0 cuda80 -c pytorch But I got this error:

Collecting package metadata: done Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  • pytorch=0.2.0

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

It seems the old pytorch version is nowhere to be downloaded. Please help. My whole life depends on this:)