Pelee.Pytorch
Pelee.Pytorch copied to clipboard
Disabling GPU
When I disable GPU in configs/Pelee_VOC.py test_cfg.cuda = false. I got RuntimeError: expected device cpu but got device cuda:0.
So some model is using GPU. But I am not able to figure which one.
Meet the same problem. Have you solved it?