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
Most of the competition want a submission notebook, and the internet connection is disabled. To install packages, I am using the pip download method. By using this method, I am not able to download without error. I used to download the wheel !pip download mmcv==2.0.0 --find-links=https://download.openmmlab.com/mmcv/dist/cu113/torch1.13.0/index.html because the CUDA version is 11.3 and PyTorch version is 1.13 on Kaggle kernels.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Most of the competition want a submission notebook, and the internet connection is disabled. To install packages, I am using the
pip download
method. By using this method, I am not able to download without error. I used to download the wheel!pip download mmcv==2.0.0 --find-links=https://download.openmmlab.com/mmcv/dist/cu113/torch1.13.0/index.html
because the CUDA version is 11.3 and PyTorch version is 1.13 on Kaggle kernels.This takes too much time to download.
Is there any way to download it faster?
Beta Was this translation helpful? Give feedback.
All reactions