-
Notifications
You must be signed in to change notification settings - Fork 451
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
no module named enclib_gpu #163
Comments
same problem. The version of pytorch is 1.0, python 3.6, cuda 8.0, ninja 1.8.2. Ubuntu 16.04.5. |
Please try using CUDA 9.2 and let me know if you still have the problem. |
Thank you very much. I solved the problem by re-installing CUDA 9.2. |
@marshallwu1 Do you still have problem with installation? I find it necessary to
|
Hi,author. I have followed the instructions on your page. I installed PyTorch1.0 and do PIP INstall torch-encoding. Then I got your code by git clone, and run "python setup.py install" with no errors. But when I run "python scripts/prepare_pascal.py" or "import encoding", I got the error like this. It seems that the "enclib_gpu" cannot be built.
The version of PyTorch is 1.0, python 2.7, cuda9.0, and I also installed ninja 1.8.2.
The text was updated successfully, but these errors were encountered: