-
Notifications
You must be signed in to change notification settings - Fork 45
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
implementation of the DropMessage paper #412
Comments
|
After further discussion(on Slack), since it has been decided that it would be more valuable to implement more relevant applications, this discussion thread can now be used for writing the tutorial for "Molecular Property Prediction using EGNNs". It can serve as a part 2 to the current published tutorial, adding a regression task(using QM9) since currently only classification is shown Dataset to be used: QM9 The above techniques from DropMessage can be incorporated as data augmentation technique (to show the user how to write custom functions for tasks like these) This tutorial is in progress! |
Recently I had planned to work on some experiments related to the DropMessage paper and its extensions and application on various datasets like
If it would be considered useful, I could write up a tutorial/blog related to the work to show GNN.jl users how to modify architectures and use them on various datasets and experiment along the way.
Experiments include:
Let me know if this will be useful for the repository! 😄
Thanks
The text was updated successfully, but these errors were encountered: