distributed-learning-contributivity icon indicating copy to clipboard operation
distributed-learning-contributivity copied to clipboard

Speed up computation with parallelization

Open RomainGoussault opened this issue 5 years ago • 0 comments

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

RomainGoussault avatar Jan 24 '20 10:01 RomainGoussault