Skip to content
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

Dependencies problems #4

Open
HermannStettin opened this issue Nov 2, 2023 · 1 comment
Open

Dependencies problems #4

HermannStettin opened this issue Nov 2, 2023 · 1 comment

Comments

@HermannStettin
Copy link

Hello! Thank you for your wonderful work! I was trying to use your model for my action recognition task in google colab, but have faced problems with dependencies.
I couldn't use conda and changed all "conda" command to "pip" e.g. "conda install pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3 -c pytorch" -> "pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu113". When I ran script I saw problem with importing mmcv. I couldn't find which version of mmcv I needed.
Can you help me with this problems? Thank you!

@DurbinLiu
Copy link

HI, I have the same problem. Have you solved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants