We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for this great work! I've just little observation, while trying to run GPT-GNN using Reddit.
GPT-GNN/example_reddit/pretrain_reddit.py
Line 103 in 8ac50bf
should all graph re-named to graph_reddit ?
graph
graph_reddit
The text was updated successfully, but these errors were encountered:
Same question here. I think it will fix the bug. @acbull could you plz fix it?
Thanks for this great work! I've just little observation, while trying to run GPT-GNN using Reddit. GPT-GNN/example_reddit/pretrain_reddit.py Line 103 in 8ac50bf feature, times, edge_list, _, attr = sample_subgraph(graph, time_range, \ should all graph re-named to graph_reddit ?
Sorry, something went wrong.
No branches or pull requests
Thanks for this great work!
I've just little observation, while trying to run GPT-GNN using Reddit.
GPT-GNN/example_reddit/pretrain_reddit.py
Line 103 in 8ac50bf
should all
graph
re-named tograph_reddit
?The text was updated successfully, but these errors were encountered: