wheatdetection
wheatdetection copied to clipboard
How to train with mutil gpu?
I run your training code,and add torch.nn.DataParallel(model) to fitter func,but it didn't work.
Sorry, I use free Colab to train my model and I did not have a multi-gpu computer.