-
Notifications
You must be signed in to change notification settings - Fork 11
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
Runtime error in graph search policy network during training #1
Comments
To better identify the problem, could you tell me what dataset you are running on? |
I have encountered the exact same issue both with WD-singer as well as FB-15k-237 subsets, makes me think its not quite a dataset specific issue.. |
Could you give your PyTorch version? I redownload and run the code without encountering any errors. Using FB15K-237-20% as an example, make sure you run the following commands in order:
|
The Pytorch version is 1.7.0 |
I am sorry that I have run this code many times, but this error cannot be reproduced. What is your CUDA version? |
The CUDA version is 11.0 |
Pytorch: 1.8.1 It seems that our environments are very similar. |
Hello, I am trying to replicate the steps to train and test the model. After performing the data processing and pretraining of embeddings, I keep encountering the following runtime error when training the model for any dataset -
Any pointers to solve this issue would be most helpful..
The text was updated successfully, but these errors were encountered: