-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
colab tutorial import error #1763
Comments
Many thanks for your bug report, we are working on fixing it. |
Install the latest mmcv with 1.12 torch version works for me, but building wheels took a very long time to finish. Install PyTorch!conda install pytorch=1.10.0 torchvision cudatoolkit=11.1 -c pytorch Install MMCV#!pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu111/torch1.10/index.html |
Hi, PyTorch dose not provide pre-built packages for torch1.12-cu111 (https://download.pytorch.org/whl/torch_stable.html). The recommended way to install mmcv-full is to use openmim:
|
Hi @alex7008uk, |
Checklist
Describe the bug
Can't run the colab tutorial
The text was updated successfully, but these errors were encountered: