-
Notifications
You must be signed in to change notification settings - Fork 6
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
Graph_train.py --mem flag #4
Comments
Hi, In the model, the --mem flag should add a computational scratchpad to models, so that that not only is an output optimization, but also an intermediate latent "scratchpad". Best, |
Thank you for the quick response. Thanks, |
I believe so -- it should only do something on the MLP models |
Thank you so much for the help. I have another question, if that is okay. The edge weights for the shortest path data set are drawn, independently, from a uniform distribution and then added to their own transpose as the graph is undirected so the matrix should be symmetric. Thanks, |
Good Afternoon,
The --mem flag in graph_train.py, does not appear to be used.
Only being called:
However, it is not used in either constructors: IterativeFC nor EBM.
My testing is showing a large difference in loss when the --mem flag is turned on. What does the flag do please.
Thanks,
Sean
The text was updated successfully, but these errors were encountered: