Closed Ideal-Bai closed 5 years ago
Sorry for disturbing you. When I run the test_detection.py ,I got an error:RuntimeError: expected backend CUDA and dtype Float but got backend CPU and dtype Float. How can I solve it? Thank you
Let me check it. Meanwhile, you can use CUDA_VISIBLE_DEVICES=‘’. This will enforce your model to run on CPU.
Are you using torchvision version 0.3? If not, could you try with that?
I have fixed it. Please check
Sorry for disturbing you. When I run the test_detection.py ,I got an error:RuntimeError: expected backend CUDA and dtype Float but got backend CPU and dtype Float. How can I solve it? Thank you