tgn icon indicating copy to clipboard operation
tgn copied to clipboard

Multi-GPU Training

Open andrew-korea opened this issue 1 year ago • 0 comments

Could you give some guidance on how to train the model on multiple GPUs? I have a very large dataset and I run out of memory (32 GB total). Should I use PyTorch's Distributed Data Parallel? or just assign different GPUs to different components of the model?

Thanks.

andrew-korea avatar Oct 12 '23 08:10 andrew-korea