-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Roadmap] 0.7 Release Plan #2888
Comments
Can we add some tutorials that use spatiotemporal graph neural networks ( such as ST-GCN ) to make predictions based on spatiotemporal data ( such as traffic flow ) |
Can mixed precision be accessed without having to compile it from source? I believe that Pytorch lightning has a parameter fp16 = True. Maybe make it available through |
Thanks for the great work! Is there any plan about the AMD ROCm support? |
Hi @licj15 , we don't know ROCm very well so currently there is no plan to support that. We welcome any suggestions and discussions and are willing to see an RFC on the related topic. |
Hi, Is it already compatible with Pytorch ligthning? I was trying the graphsage unsupervised example for pytorch lightning and the edgedataloader and nodedataloader are not working for me. The classes (edgedataloader and nodedataloader) do not inherit from torch.utils.data.Dataloader. Am I missing something or it should work? |
It seems that if I call: trainer.fit(sage, train_dataloader=train_dataloader()) I get the following error: But it seems to be able to enter the training loop if I do: however, I cannot access the .ndata attributes. I can provide with a more detail explanation but it is based on the unspervised graphsage example for pytorch lightning. |
Hi @Mossi8 , could you please open another issue? I'm closing this since 0.7 has been released. |
As usual, we want to first thank all the contributors. In the past 0.6 release, we have received 69 PRs from 33 new contributors! 11 new GNN examples are added to the repository adding the total number to 70. Let's also congratulate @nv-dlasalle, who has been actively improving many of DGL's core GPU utilities, on becoming the first community committer. If you also wish to become a DGL committer, don't hesitate to contribute to DGL today.
We have planned the following new features for 0.7:
update_all
to heterograph when both message reductions are summation.We warmly welcome any help from the community. Feel free to leave any comments.
The text was updated successfully, but these errors were encountered: