-
Notifications
You must be signed in to change notification settings - Fork 84
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 notebook does not work #73
Comments
I face the same issues ..How to resolve this error? RuntimeError: cuda runtime error (11) : invalid argument at /pytorch/aten/src/THC/generic/THCTensorMathPairwise.cu:225 |
Sorry for the delay! |
Thank you looking forward to try on colab. |
Looking forward to the new version |
Hi, because most people do not have suitable GPU colab file is important. Current colab notebook run gives following error below. It seems because of python version which currently is 3.7 and async is reserved word for python 3.7. Changing pose_model.py file by replacing async to non_blocking resolves it.
after this fix it gives another error which seems setup related as follow:
The text was updated successfully, but these errors were encountered: