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.
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.