You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing through git for GPU is currently broken. I have tested both master and develop in two separate machines, getting various errors.
Mainly detectron gives out this error:
RuntimeError:
The detected CUDA version (11.2) mismatches the version that was used to compile
PyTorch (11.6). Please make sure to use the same CUDA versions.
...
ERROR: Failed building wheel for detectron2
I have CUDA 11.2 installed as suggested before.
Suggested temporary fix (by @Pavlos-Tosidis) is to remove the last line of GPU installation in install.sh relating to detectron, running install.sh and replace the [torch installation line] with:
See #463.
Installing through git for GPU is currently broken. I have tested both
master
anddevelop
in two separate machines, getting various errors.Mainly detectron gives out this error:
I have CUDA 11.2 installed as suggested before.
Suggested temporary fix (by @Pavlos-Tosidis) is to remove the last line of GPU installation in install.sh relating to detectron, running
install.sh
and replace the [torch installation line] with:The text was updated successfully, but these errors were encountered: