Code Monkey home page Code Monkey logo

Comments (6)

BoboRamirez avatar BoboRamirez commented on July 26, 2024

Hello, I am suffering from exactly the same problem. Did you figure it out? Here is my config (which didn't work):
image

from articulated-animation.

SatyaDewangan05 avatar SatyaDewangan05 commented on July 26, 2024

The problem is with torch1.4.0, I tried to solve it by downgrading and upgrading cuda and cudnn but the problem was the same. So, I upgraded the torch1.4.0 > torch1.7.1 then the problem is solved.

pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html -U
Try this, then you should not see the error.

The code may look stuck like below but it'll be loading and processing the data.
Screenshot_272

To check that you can add for x in tqdm.tqdm(dataloader) instead of for x in dataloader on line 50 in train_avd.py

from articulated-animation.

BoboRamirez avatar BoboRamirez commented on July 26, 2024

The problem is with torch1.4.0, I tried to solve it by downgrading and upgrading cuda and cudnn but the problem was the same. So, I upgraded the torch1.4.0 > torch1.7.1 then the problem is solved.

pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html -U Try this, then you should not see the error.

The code may look stuck like below but it'll be loading and processing the data. Screenshot_272

To check that you can add for x in tqdm.tqdm(dataloader) instead of for x in dataloader on line 50 in train_avd.py

Much appreciated! I'll give it a go right away!

from articulated-animation.

SatyaDewangan05 avatar SatyaDewangan05 commented on July 26, 2024

The problem is with torch1.4.0, I tried to solve it by downgrading and upgrading cuda and cudnn but the problem was the same. So, I upgraded the torch1.4.0 > torch1.7.1 then the problem is solved.
pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html -U Try this, then you should not see the error.
The code may look stuck like below but it'll be loading and processing the data. Screenshot_272
To check that you can add for x in tqdm.tqdm(dataloader) instead of for x in dataloader on line 50 in train_avd.py

Much appreciated! I'll give it a go right away!

Just let me know buddy if it is working for you or not, maybe be I must have done few more things that made it work.

from articulated-animation.

BoboRamirez avatar BoboRamirez commented on July 26, 2024

The problem is with torch1.4.0, I tried to solve it by downgrading and upgrading cuda and cudnn but the problem was the same. So, I upgraded the torch1.4.0 > torch1.7.1 then the problem is solved.
pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html -U Try this, then you should not see the error.
The code may look stuck like below but it'll be loading and processing the data. Screenshot_272
To check that you can add for x in tqdm.tqdm(dataloader) instead of for x in dataloader on line 50 in train_avd.py

Much appreciated! I'll give it a go right away!

Just let me know buddy if it is working for you or not, maybe be I must have done few more things that made it work.

Long story short, no, it didn't work out. I ran into another cuda runtime error. But again, I really appreciate your kindness!
P.S. I have decided to move on to other works days ago. since I suspect that this bug has something to do with my hardware, I am looking for "fresher" works to work on. XD

from articulated-animation.

Lier-Accuser avatar Lier-Accuser commented on July 26, 2024

The problem is with torch1.4.0, I tried to solve it by downgrading and upgrading cuda and cudnn but the problem was the same. So, I upgraded the torch1.4.0 > torch1.7.1 then the problem is solved.
Try this, then you should not see the error.
The code may look stuck like below but it'll be loading and processing the data. Screenshot_272
To check that you can add instead of on line 50 in train_avd.pypip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html``pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html -U``for x in tqdm.tqdm(dataloader)``for x in dataloader

Much appreciated! I'll give it a go right away!

Just let me know buddy if it is working for you or not, maybe be I must have done few more things that made it work.

Hello, I tried you advice above, but it still can not run. Here are the errors.
image

from articulated-animation.

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.