-
Notifications
You must be signed in to change notification settings - Fork 55
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
KeyError: tensor(2893) #6
Comments
I have a similar error when run the code: Do you resolve this problem? |
@josix It didn't work. After I changed the i_ids.data to i_ids.tolist() in file jTransUP.py, it showed a new AttributeError. |
@zysforever Thanks for reporting this issue. I found that the version of my PyTorch is 1.2.0. Maybe you can try it. |
I have changed the version to Pytorch 0.3.1 before, but it still didn't work and reported AttributeError. |
Fixed the issue reported here: TaoMiner#6
Fixed the issue reported here: TaoMiner#6
When I run the code for jtransup model, an error occurred:
and I tried run the code on mac, still the same error...
Could you please help me with this problem ?
The text was updated successfully, but these errors were encountered: