Giter Club home page Giter Club logo

Comments (3)

ttoinou avatar ttoinou commented on August 14, 2024

I don't know the answer for true parallelization but I think it might be possible to train one model per GPU (or maybe train a two image style on two gpu by regularly swapping models between two gpu) and to generate one model per GPU in parallel. At least the power computation is not lost (a good example would be for images sequence or dividing a big image into multiple block generated in parallel)

from chainer-fast-neuralstyle.

yusuketomoto avatar yusuketomoto commented on August 14, 2024

The codes doesn’t support multiple GPU parallel computation. In general there are two types of parallel computation: model-parallel and data-parallel. You can implement both types of parallel computation with Chainer referring to this.

from chainer-fast-neuralstyle.

ycjing avatar ycjing commented on August 14, 2024

@ttoinou @yusuketomoto Thank you very much! I'll have a try.

from chainer-fast-neuralstyle.

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.