-
Notifications
You must be signed in to change notification settings - Fork 18
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
Running model with torch 1.x #9
Comments
Hi, I have not tested it on pytorch1, but you can refer to the following line in CE2P repo (https://github.com/liutinglt/CE2P):
|
Yep, I tried to do so but doesn't solve the missing _wrap_function in the lib/_ext init :( |
Could you show the errors? |
Hi, I believe this is the same error. DependeciesPytorch == 1.7.0 When i run nvcc: CUDA == 10.2.89 AnalysisIt seems that this error is specific for pytorch versions above 0.4.1. How would i be able to use this repo successfully? This is most likely due to the CUDA = 9.0. I appreciate your help! |
i have the same questions |
Is this issue solved? I am having same error |
Hi,
could you suggest a solution to run the evaluation with pytorch 1? I would like to try it on Colab but installing torch 0.4.1 generates problem with Cuda so it is a bit problematic.
The main problem is related to the libs modules but I can't find a complete solution to it :(
The text was updated successfully, but these errors were encountered: