Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up computation with parallelization #49

Open
RomainGoussault opened this issue Jan 24, 2020 · 0 comments
Open

Speed up computation with parallelization #49

RomainGoussault opened this issue Jan 24, 2020 · 0 comments
Labels
nice_to_have optimization An optimization of something that works

Comments

@RomainGoussault
Copy link
Member

Now each scenario is processed sequentially.
Since scenarii are independant we could parallelize the computations.

One thing to be wary of is the GPU memory if we learn too many networks in parallel

@bowni bowni added the enhancement New feature or request label Mar 3, 2020
@bowni bowni added this to the 0.5 Further improvements milestone Mar 3, 2020
@bowni bowni removed this from the 0.5 Further improvements milestone May 11, 2020
@bowni bowni added nice_to_have optimization An optimization of something that works and removed enhancement New feature or request labels Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nice_to_have optimization An optimization of something that works
Projects
None yet
Development

No branches or pull requests

2 participants