Giter Site home page Giter Site logo

Issues running demo about human_dynamics HOT 8 CLOSED

akanazawa avatar akanazawa commented on September 16, 2024
Issues running demo

from human_dynamics.

Comments (8)

jasonyzhang avatar jasonyzhang commented on September 16, 2024

That looks like a problem with Neural Mesh Renderer. You might have better luck opening an issue in their repo. But I would start by rebuilding from source (as opposed to pip install neural_renderer_pytorch). Also make sure the wheel that you're using to install pytorch is compatible with your CUDA version. The error actually looks like the wheel for pytorch was built for CUDA 10, so it's missing the header.

Best,
Jason

from human_dynamics.

natdring avatar natdring commented on September 16, 2024

Thanks for the quick response Jason! I'll give it a try when I get the chance.

Also, could you explain what you mean by "missing the header"?
Sorry if that is a silly question, but I am quite new to all this.

Cheers,
Nat

from human_dynamics.

jasonyzhang avatar jasonyzhang commented on September 16, 2024

What version of Pytorch are you using? You might need to install using something like
pip install torch==1.2.0+cu90 torchvision==0.4.0+cu90 -f https://download.pytorch.org/whl/torch_stable.html to get the wheel built for CUDA 9.0.

from human_dynamics.

natdring avatar natdring commented on September 16, 2024

I have torch 0.4.0 from the requirements.txt

Here is a screenshot of my pip freeze

image

from human_dynamics.

natdring avatar natdring commented on September 16, 2024

Also, I couldn't find a torch version 1.2.0+cu90.

Instead I found only these ones:
image

from human_dynamics.

jasonyzhang avatar jasonyzhang commented on September 16, 2024

Try installing the wheel specifically for CUDA 9 here: https://pytorch.cn/previous-versions or see if any of the suggestions here help: pyg-team/pytorch_geometric#114.

Otherwise, you could just install a newer version of Pytorch (>1.0) and there's like 2 lines of code you need to change #17

from human_dynamics.

natdring avatar natdring commented on September 16, 2024

Is it possible to run the demo with CUDA 10?

Or is CUDA 9.0 the only version that works correctly?

from human_dynamics.

jasonyzhang avatar jasonyzhang commented on September 16, 2024

The code was written for and tested with the listed dependencies in the README

from human_dynamics.

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.