MingtaoFu / gliding_vertex

The implementation of paper "Gliding vertex on the horizontal bounding box for multi-oriented object detection".
271 stars 63 forks source link

How to download the pytoch1.2.0 with cuda9.0? #24

Open ZhWL123456 opened 4 years ago

ZhWL123456 commented 4 years ago

There are only pytorch 1.2.0 for cuda9.2+ and pytorch1.1.0 for cuda 9.0

EdwardBao1006 commented 4 years ago

You can use this command:

  1. aria2c --file-allocation=none -c -x 10 -s 10 -d"mydir" https://files.pythonhosted.org/packages/21/2e/14b3b24adc4ba2f8af26000a871d721f6cd84e966cfc06418c088d04fbb9/torch-1.2.0-cp35-cp35m-manylinux1_x86_64.whl
  2. sudo pip install torch-1.2.0-cp35-cp35m-manylinux1_x86_64.whl

If you have some problems, you should rename this as "torch-1.2.0-py3-none-any.whl"