Giter Club home page Giter Club logo

Comments (4)

akanimax avatar akanimax commented on July 17, 2024

@BlindElephants,

That is a good suggestion. We could really use faster training. We are more focused on providing the empirical validation for the MSG-GAN technique in this repo. Contributions are most welcome 😄.

Best regards,
@akanimax

from bmsg-gan.

BlindElephants avatar BlindElephants commented on July 17, 2024

Happy to contribute on this front, as I have a real interest in seeing this happen. Can you comment a bit more about what is and isn't parallelizable in the current architecture and the reasons for those decisions?

I think your notes outlined some particulars that are not currently parallelized.

from bmsg-gan.

akanimax avatar akanimax commented on July 17, 2024

Awesome. I'll need to take a deeper look into the code for that. It's night here actually. Will do that tomorrow. Thanks! 👍

Cheers 🍻!
@akanimax

from bmsg-gan.

akanimax avatar akanimax commented on July 17, 2024

@BlindElephants

Okay, so the notes about parallelism are regarding the use of the dataParallel technique over mulitple GPUs. this comment is saying that all the computations till the final block of the Discriminator will take place over multiple GPUs but will then bring all the results till then to the first GPU. This is done to handle the operation of the MinBatchStd which requires the whole batch of the data to evaluate the statistic. This could also be parallelized for multi-gpus using the lower level constructs, but for our use-case, the current solution seemed fine.
Basically, if you are running on a single GPU, there are no such issues. PyTorch GPU acceleration is automatically supported.

Hope this info helps.
Please let me know if you need any more info.

Best regards,
@akanimax

from bmsg-gan.

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.