Sharing FastAI Multigpu image training code examples?

I am looking for a multi-gpu version of something like this code example https://github.com/wandb/examples/blob/master/fastai-food101/train.py

I don’t really understand how to covert it to scale across multiple gpus.

Thanks! :slight_smile:

This is very easy to do in fastai!
Thankfully, there are also docs available:
https://docs.fast.ai/distributed.html

3 Likes