We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed pytorch with cpuonly,but still got the above error,even I didn't have gpu.
Also tried cfg.MODEL.DEVICE = "cpu" from https://github.com/facebookresearch/detectron2/issues/300#issuecomment-552465720
cfg.MODEL.DEVICE = "cpu"
output of python -m detectron2.utils.collect_env log.txt
python -m detectron2.utils.collect_env
sys.platform win32 Python 3.7.6 (default, Jan 8 2020, 20:23:39) [MSC v.1916 64 bit (AMD64)] Numpy 1.17.4 Detectron2 Compiler MSVC 192328106 Detectron2 CUDA Compiler not available DETECTRON2_ENV_MODULE PyTorch 1.3.1 PyTorch Debug Build False torchvision unknown CUDA available False Pillow 6.2.2 cv2 4.1.2
PyTorch built with:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I installed pytorch with cpuonly,but still got the above error,even I didn't have gpu.
Also tried
cfg.MODEL.DEVICE = "cpu"
from https://github.com/facebookresearch/detectron2/issues/300#issuecomment-552465720output of
python -m detectron2.utils.collect_env
log.txt
sys.platform win32
Python 3.7.6 (default, Jan 8 2020, 20:23:39) [MSC v.1916 64 bit (AMD64)]
Numpy 1.17.4
Detectron2 Compiler MSVC 192328106
Detectron2 CUDA Compiler not available
DETECTRON2_ENV_MODULE
PyTorch 1.3.1
PyTorch Debug Build False
torchvision unknown
CUDA available False
Pillow 6.2.2
cv2 4.1.2
PyTorch built with:
The text was updated successfully, but these errors were encountered: