Open Sangh0 opened 2 years ago
I also have a single GPU, how to implement the code by using single GPU?
I tried using torch.randperm() when use shuffle BN with single GPU in training roof. I refered to this repository https://github.com/leftthomas/MoCo
Hi, thank you for your implementations.
I have a question about single GPU. Can I use a single gpu when use shuffle BN?
Thank you.