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
Did you successfully install this project? You should follow the steps shown in INSTALL.md and ensure that no error occurs when running the command python setup.py build develop. Currently, this project does not support PyTorch 1.5+ and you should choose PyTorch 1.1.0-1.4.1. Also, as mentioned in #10 , you should check if you system nvcc version is the same as the one built with PyTorch.
Hi, I met a problem when trying to run the demo.py, it seems that there is something missing. Could you please provide a solution?Thanks.
import AlphAction.custom_ext as _C
ModuleNotFoundError: No module named 'AlphAction.custom_ext'
The text was updated successfully, but these errors were encountered: