You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am suffering from finding the optimal GNN model on the node classification task. This problem is caused by too much freedom of choice within and between layers. In other words, there are too many models to choose from and too many hyperparameters to optimize.
Referring to ogb's leaderboard to find the optimal model is a potential solution, but as the paper showed,
the best GNN designs for different tasks differ drastically.
From my understanding, GraphGym has provided the idea that similar tasks can share the optimal model design.
As mentioned,
GraphGym provides a simple interface to try out thousands of GNNs in parallel and understand the best designs for your specific task.
GraphGym also recommends a "go-to" GNN design space, after investigating 10 million GNN model-task combinations.
I would like to know if there are off-the-shelf model-task combinations that I can use directly, without using the interface to try out GNN designs.
The text was updated successfully, but these errors were encountered:
Thanks for the exciting program!
I am suffering from finding the optimal GNN model on the node classification task. This problem is caused by too much freedom of choice within and between layers. In other words, there are too many models to choose from and too many hyperparameters to optimize.
Referring to ogb's leaderboard to find the optimal model is a potential solution, but as the paper showed,
From my understanding, GraphGym has provided the idea that similar tasks can share the optimal model design.
As mentioned,
I would like to know if there are off-the-shelf model-task combinations that I can use directly, without using the interface to try out GNN designs.
The text was updated successfully, but these errors were encountered: