Git Product home page Git Product logo

Comments (10)

ShaniGam avatar ShaniGam commented on August 28, 2024 1

Oh, so that's why!
btw, thank you for the code, it's been very useful in my research :)

from pytorch-a3c.

ikostrikov avatar ikostrikov commented on August 28, 2024

Hi. Yes, I works for me for pytorch 0.2.0. What do you mean by mp doesn't work?

from pytorch-a3c.

ShaniGam avatar ShaniGam commented on August 28, 2024

all the training processes exit after:
(policy_loss + args.value_loss_coef * value_loss).backward()
in some cases I get a core file that says:
Program terminated with signal 11, Segmentation fault. but it doesn't say where it happens exactly
I did manage to run other python files using pytorch 0.2

from pytorch-a3c.

ikostrikov avatar ikostrikov commented on August 28, 2024

Interesting. How many RAM do you have?

from pytorch-a3c.

ShaniGam avatar ShaniGam commented on August 28, 2024

252 GB
it worked perfectly with pytorch 1.2 (but I have to upgrade)

from pytorch-a3c.

ikostrikov avatar ikostrikov commented on August 28, 2024

Does it happen immediately or after several hours of training?

What arguments do you use?

from pytorch-a3c.

ShaniGam avatar ShaniGam commented on August 28, 2024

Immediately, default arguments.

from pytorch-a3c.

ikostrikov avatar ikostrikov commented on August 28, 2024

Do you use python2 or python3?

At the moment, I cannot reproduce the issue. I need more information.

from pytorch-a3c.

ShaniGam avatar ShaniGam commented on August 28, 2024

python 2.7
I deleted all the torch files and installing it from scratch now, It might be a conflict between the versions (even though it does work on other files)

from pytorch-a3c.

ikostrikov avatar ikostrikov commented on August 28, 2024

This code works only for python 3. I'm not planning to add support for python 2 any time soon (it's already scheduled to be deprecated anyway).

from pytorch-a3c.

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.