Giter VIP home page Giter VIP logo

Comments (11)

DongGuaDONG avatar DongGuaDONG commented on August 17, 2024 2

pytorch/pytorch#1355 It's a bug.

from v2v-posenet-pytorch.

dragonbook avatar dragonbook commented on August 17, 2024

I have not encountered problems like this. I used PyTorch-0.4.1 + python-3.6 + cuda(92/90/80) with anaconda under ubuntu 16.04. I guess if it is a problem in your PyTorch version or python environment?

from v2v-posenet-pytorch.

dragonbook avatar dragonbook commented on August 17, 2024

Tested under GTX1070 and TITAN XP.

from v2v-posenet-pytorch.

dragonbook avatar dragonbook commented on August 17, 2024

As PyTorch release page shows, there are some Data Loader / Datasets / Multiprocessing bug fixes in PyTorch v0.3.1 and later releases. Which PyTorch version do you use?

from v2v-posenet-pytorch.

DongGuaDONG avatar DongGuaDONG commented on August 17, 2024

I used PyTorch-0.4.1 + python-3.5 + cuda80 under ubuntu 16.04.Tested under GTX1080 and GTX1080Ti,and would you support NYU and ICVL test future?

from v2v-posenet-pytorch.

dragonbook avatar dragonbook commented on August 17, 2024

I'm not sure what exactly the problem is. But it's may not the bug in repo's code, and here are some debug directions:

  1. Environment related:
  • disable cudnn for batchnorm(or just use cuda or use cpu) to check, as suggested in repo's README. (related discussions pytorch-pose/issues/33, pytorch-pose-hg-3d/issues/16)

  • Or, create a new environment with anaconda to see if we can bypass this problem.

  1. Configuration related:
  • set batch_size = 1, set num_workers=1 to see what happens.
  1. Data related:
  • use only one or fewer samples to overfit to see what happens.
  • use your own small real(or simulated) dataset to see what happens.

from v2v-posenet-pytorch.

DongGuaDONG avatar DongGuaDONG commented on August 17, 2024

Thanks a lot,I will try it ! And would you support NYU and ICVL test future?

from v2v-posenet-pytorch.

dragonbook avatar dragonbook commented on August 17, 2024

I have no plan right now, but it should not be hard to port it from the author's repo.

from v2v-posenet-pytorch.

dragonbook avatar dragonbook commented on August 17, 2024

That's good! Can you train your model now?

from v2v-posenet-pytorch.

DongGuaDONG avatar DongGuaDONG commented on August 17, 2024

Yes

from v2v-posenet-pytorch.

DongGuaDONG avatar DongGuaDONG commented on August 17, 2024

Thanks a lot!

from v2v-posenet-pytorch.

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.