Giter Club home page Giter Club logo

hand-keypoint-estimation's People

Contributors

bl0 avatar chrisliu54 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hand-keypoint-estimation's Issues

MCD分支会空转

在运行一段随机时间后(不会太短,目前情况是至少8~9个小时),MCD分支的程序会空转,即只占用GPU显存但不会继续运行(进度条没有更新)。

resnet50 batch size > 64时add_graph报内存不足

现在的logger.add_graph是在net = torch.nn.DataParallel(net)之前,所以当其实只支持单卡forward,当resnet50 batch size > 64时add_graph会报内存不足的错。但是如果把logger.add_graph移到net = torch.nn.DataParallel(net)之后,会报一个keyerror,已经在tensorboardX上提Issue。https://github.com/lanpa/tensorboardX/issues/293#issue-387092417。

所以在这个问题没有解决之前暂时只能跑单卡,如果需要跑多卡的话可以先把add_graph去掉。

MCD分支resume占用显存变多

batch_size=128且不resume的情况下,MCD占用显存为12.4GB;
同样的参数,resume之后必须用多卡跑,两张卡占用内存合计(10.3+6.9=)17.2GB。

Dataset

Is liujintao@gpu110 the server address? How can I connect and download the dataset? Thanks!

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.