You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use the DetectionLearner in distributed training, but looks current notebooks are only single GPU training. Is there any example to follow? Many thanks!
The text was updated successfully, but these errors were encountered:
Hi, our implementation is based on torchvision's example code in their "references" folder. See here what I exactly mean by that, and also e.g. train.py here which we use. As you can see, it supports distributed training, however I don't think we ever tried it.
Description
I'd like to use the
DetectionLearner
in distributed training, but looks current notebooks are only single GPU training. Is there any example to follow? Many thanks!The text was updated successfully, but these errors were encountered: