ufoym / imbalanced-dataset-sampler

A (PyTorch) imbalanced dataset sampler for oversampling low frequent classes and undersampling high frequent ones.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to extend to distributed training?

attitudechunfeng opened this issue · comments

If i want to use multi gpus to train the model, how should i implement it?

Did you find a solution?

I have the same question!!!