How to utilize all GPUs?

I’m training an image segmentation model using fasai ‘unet_learner.’ While tracking the model progress via wandb I noticed that my code is only using a single GPU. How can I make sure I use all GPUs?

1 Like

You need to use multi-GPU distributed training:

1 Like