shuuchen / DetCo.pytorch

A PyTorch implementation of DetCo https://arxiv.org/pdf/2102.04803.pdf
MIT License
23 stars 2 forks source link

one GPU #4

Open soongyuu opened 2 years ago

soongyuu commented 2 years ago

Thank you very much for the code. Can I run this code on one GPU?

shuuchen commented 2 years ago

Thank you. Since DetCo is based on MoCo,which needs multi-gpu to perform batch shuffle,we cannot run it on one gpu.

soongyuu commented 2 years ago

Thanks for your reply!!

At 2021-11-02 21:16:24, "Shuchen Du" @.***> wrote:

Thank you. Since DetCo is based on MoCo,which needs multi-gpu to perform batch shuffle,we cannot

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.