UPIT icon indicating copy to clipboard operation
UPIT copied to clipboard

multi-GPU support

Open tmabraham opened this issue 3 years ago • 2 comments

I need to check if fastai's multi-GPU support work with my package, and if not, what needs to be modified to get it to work. Additionally, I may need to add a simpler interface for DDP or at least clear examples/documentation. This will enable for quicker model training on multi-GPU servers, like those at USF.

tmabraham avatar Sep 02 '20 23:09 tmabraham

I will probably wait until fastai+Accelerate support is in a good state (see fastai Discord for current status) and will see if I need to add anything for support then...

tmabraham avatar May 10 '22 00:05 tmabraham

Hi, really nice project, learn a lot from your work!!!

Just wondering, now that fastai2.7 has made some improvement on distributed training, are you planning on adding that to the project?

Or perhaps demo a snippet of code showing how to integrate GAN written in fastai with that functionality? Since there is no example showing how to achieve that.

Thanks a lot.

FireWallDragonDarkFluid avatar Jan 31 '23 10:01 FireWallDragonDarkFluid