-
Notifications
You must be signed in to change notification settings - Fork 3
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
torchvision==0.11.0 is yanked help!!! #7
Comments
Hello, Thank you for your interest in our work! Best, |
I am getting a new error when I am executing the next line of code Detection%cd /content/drive/MyDrive/Colab Notebooks/hoi-prediction-gaze-transformer For anticipation, set future to 1, 3, 5, or 7AND THE ERROR I AM GETTING IN GOOGLE COLAB IS Detection%cd /content/drive/MyDrive/Colab Notebooks/hoi-prediction-gaze-transformer For anticipation, set future to 1, 3, 5, or 7/content/drive/MyDrive/Colab Notebooks/hoi-prediction-gaze-transformer PLEASE SUGGEST ME I NEED THIS MODEL TO WORK I HAVE SOME REALLY URGENT NEED OF THIS MODEL PLEASE HELP ME OWNER!! |
Which torchvision version are you using? From maybe 0.14.0, pytorch removes that model_url. |
Hello Owner,
When I am using the code:
!conda install mamba -c conda-forge # install mamba in base environment
!mamba create -n hoi_torch110 python=3.9 -c conda-forge
!conda activate hoi_torch110
!mamba install pytorch==1.10.0 torchvision==0.11.0 torchaudio==0.10.0 torchtext==0.11.0 cudatoolkit=11.3 matplotlib numpy opencv Pillow PyYAML requests scipy tqdm tensorboard wandb pandas seaborn Cython easydict gdown scikit-learn imageio notebook ipywidgets black -c pytorch -c conda-forge
Its not getting executed as torchvision==0.11.0 is yanked means its not available so there is no use of torch version 1.10.0 so its not getting executed in google colab, please suggest me a different code for this.
Warm Regards,
Tanishq Agarwal
The text was updated successfully, but these errors were encountered: