Giter Site home page Giter Site logo

Comments (9)

Bonierad avatar Bonierad commented on May 25, 2024 2

Downgrading from python 3.8 to 3.7 helps

from first-order-model.

AliaksandrSiarohin avatar AliaksandrSiarohin commented on May 25, 2024 2

If you already install torch, you should remove line torch==1.0.0 from the requirements.

from first-order-model.

Jefersonwulf avatar Jefersonwulf commented on May 25, 2024 1

To be able to install version 1.4.0 of the torch I had to install and use the anaconda3 promt as they suggest on the site

from first-order-model.

Jefersonwulf avatar Jefersonwulf commented on May 25, 2024 1

I ran this to install the specified version on my Win10:
pip3 install https://download.pytorch.org/whl/cu100/torch-1.0.0-cp37-cp37m-win_amd64.whl

And did it work? Because I tried anyway to download the torch, but it only came in version 1.0.0, and the code requires version 1.4.0

from first-order-model.

dopesocks avatar dopesocks commented on May 25, 2024 1

Of course! (I can make an excuse and say I'm new to these stuff, and I am, but I'm just stupid lol)

from first-order-model.

AliaksandrSiarohin avatar AliaksandrSiarohin commented on May 25, 2024

If you don't need to re-train you can install any torch 1.0 and higher.

from first-order-model.

ucrania avatar ucrania commented on May 25, 2024

I went on this website, they explain how to do it: https://pytorch.org/
In the end I just used this command:

pip install torch===1.4.0 torchvision===0.5.0 -f https://download.pytorch.org/whl/torch_stable.html

from first-order-model.

budidino avatar budidino commented on May 25, 2024

I ran this to install the specified version on my Win10:
pip3 install https://download.pytorch.org/whl/cu100/torch-1.0.0-cp37-cp37m-win_amd64.whl

from first-order-model.

dopesocks avatar dopesocks commented on May 25, 2024

guys, what should I do after installing torch 1.4.0 cz when I reran the installation command it still gave the same error. plz help

ERROR: Could not find a version that satisfies the requirement torch==1.0.0 (from -r requirements.txt (line 25)) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)

ERROR: No matching distribution found for torch==1.0.0 (from -r requirements.txt (line 25))

from first-order-model.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.