-
Notifications
You must be signed in to change notification settings - Fork 25
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
AttributeError: 'int' object has no attribute 'numel' #3
Comments
Same. Is there a solution? |
I suggest using the tensorflow implementation of the same. Follow this... https://github.com/yao8839836/text_gcn |
same issue here, did you find a solution for this? or just simply switch to TensorFlow implementation |
simply switch to TensorFlow implementation, Pytorch libraries got too many compatibility issues. |
Did anybody find the solution? |
First of all thanks to the author, I use the source code and it works fine after some modifications. Now the code can run normally on torch1.10.0 cuda 11.3, I put the relevant modifications on the gitee repository, the link is as follows : |
When I run !python3 main.py, I get this error. Its Python 3.7 and all latest version of torch libraries in Google Colab. Won't this work with the latest versions? Is it must that I must use the versions specified in the used library version list?
Please help me out.
The text was updated successfully, but these errors were encountered: