Closed Starboy-at-earth closed 3 years ago
@lucastabelini
No, not in its current state. However, I believe the only thing you would have to modify is to add something like this line after line 211 of train.py
:
model = nn.DataParallel(model)
For more information, please see the documentation.
Okay I will give it a try. Thank you for your in-time reply!!!
Dear Author: Could you please tell me whether the code can run on multiple GPU devices during training, without any further laboring by me?