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

Unable to start the Tutorial on Google Colab #2474

Closed
3 tasks done
kd610 opened this issue May 14, 2023 · 3 comments
Closed
3 tasks done

Unable to start the Tutorial on Google Colab #2474

kd610 opened this issue May 14, 2023 · 3 comments
Assignees

Comments

@kd610
Copy link

kd610 commented May 14, 2023

Branch

main branch (1.x version, such as v1.0.0, or dev-1.x branch)

Prerequisite

Environment

Google Colab GPU T4 (accessed 14 May 2023).

Output of nvidia-smi is below:

Sun May 14 21:45:43 2023       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.85.12    Driver Version: 525.85.12    CUDA Version: 12.0     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  Tesla T4            Off  | 00000000:00:04.0 Off |                    0 |
| N/A   68C    P8    11W /  70W |      0MiB / 15360MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|  No running processes found                                                 |
+-----------------------------------------------------------------------------+

Describe the bug

Although the tutorial notebook (https://github.com/open-mmlab/mmaction2/blob/main/demo/mmaction2_tutorial.ipynb) was modified in May, it doesn't work on Google Colab currently because the CUDA version has been updated from 11 to 12. Especially, I have been facing the installation part, so I can't import all required modules without having an error.

I appreciate if someone could fix this issue, so that everyone can play around mmaction2 on the new Google Colab :)

Reproduces the problem - code sample

No response

Reproduces the problem - command or script

No response

Reproduces the problem - error message

No response

Additional information

No response

@hukkai
Copy link
Collaborator

hukkai commented May 15, 2023

@kd610 What is the error log you faced when run on Colab?

@cir7
Copy link
Collaborator

cir7 commented May 15, 2023

The notebook has been updated in #2475 , welcome to try the latest version in the main branch

@kd610
Copy link
Author

kd610 commented May 15, 2023

Thank you for both responding super quickly. And I appreciate your commit @cir7 . I just ran the notebook, and I can see that there is no problem starting training the model!!! Many thanks.

@kd610 kd610 closed this as completed May 15, 2023
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

3 participants