-
Notifications
You must be signed in to change notification settings - Fork 41
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
The memory overflow #10
Comments
Hi He, Could you please tell me the way you fix this overflow issue? Many thanks in advance. |
One solution seems to be to modify
|
The above however does not seem to work for |
In case it helps, here is the memory profiling for the During Training:
During Validation:
It appears that the memory overflow happens specifically during validation because the size of
During Validation:
|
I use your code as a part in our experiment.
But there is a problem about the test_graph.
Because the code uses all train triplets to build graph during valid and test, so when I test the model, 64G memory is not enough.
So I wish you to give me some suggestions.
Thank you very much!
The text was updated successfully, but these errors were encountered: