Giter VIP home page Giter VIP logo

Comments (3)

Z-Silver-Jun avatar Z-Silver-Jun commented on September 16, 2024 1

Hi. I tried pytorch 1.5+ pytorch_gemetric1.5 on my machine and it works, so I think you can try install latest pytorch and pytorch_geometric (v 1.6.0). Since you system cuda is 9.1, I think it is better to use cudatoolkit in conda. Did you do exactly this?

conda install pytorch torchvision cudatoolkit=10.2 -c pytorch

After this command could you try:

python -c "import torch; print(torch.__version__)"
python -c "import torch; print(torch.version.cuda)"

What's the outputs?

Thanks!
I have solved this problem:First,I change another GPU server with CUDA 10.0

Thanks for your help~

from rignet.

Z-Silver-Jun avatar Z-Silver-Jun commented on September 16, 2024

Why I can successfully install torch1.3.0+cu100 and use it, but unsuccessfully install torch-scatter、torch-sparse、torch-cluster??

from rignet.

zhan-xu avatar zhan-xu commented on September 16, 2024

Hi. I tried pytorch 1.5+ pytorch_gemetric1.5 on my machine and it works, so I think you can try install latest pytorch and pytorch_geometric (v 1.6.0). Since you system cuda is 9.1, I think it is better to use cudatoolkit in conda. Did you do exactly this?

conda install pytorch torchvision cudatoolkit=10.2 -c pytorch

After this command could you try:

python -c "import torch; print(torch.__version__)"
python -c "import torch; print(torch.version.cuda)"

What's the outputs?

from rignet.

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.