Giter Club home page Giter Club logo

Comments (4)

havakv avatar havakv commented on July 21, 2024

Hi,
It's been a while since that last time I looked into this, so this answer might be outdated.

Last time I checked, setting seeds in pytorch didn't really work as expected. In particular when using GPUs the don't really work.
They might have fixed it so that when running on CPU only you would be able to reproduce results, but I'm not completely sure.

Is this an issue both for running on GPU and CPU?

Could you maybe give me a code example of when reproducibility fails?

from pycox.

jongmin1 avatar jongmin1 commented on July 21, 2024

Thank you for responding!

Yes. On CPU, sometimes it works fine depending on the hyperparameters, but sometimes it doesn't. (not working on GPU)
I don't know why it works with certain hyperparameters.

I have one more question. Can the results obtained from the GPU be reproduced on the CPU using the same hyperparameters? If not, what do you think is the reason?

I'm using MLPVanilla too. There is probably no difference from the DeepSurv example for this problem :)

from pycox.

havakv avatar havakv commented on July 21, 2024

I don't think that there is anything special in pycox that would hurt reproducibility (only use random number generators from numpy and pytorch), so I don't think I can help you with this. As the pytorch docs 1.7.1 states:

results may not be reproducible between CPU and GPU executions, even when using identical seeds.

These docs also give some guidelines for how to improve reproducibility, so you might want to read through them.

I think it is strange that you get consistent results for a day, but the next day you get other results. I really don't know what might the reason for this. I'm sorry I'm not able to help.

Maybe if someone else have some insights on this topic, they might post them here in the future.

from pycox.

jongmin1 avatar jongmin1 commented on July 21, 2024

Thank you for your detailed answer!

from pycox.

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.