How to write a graph classification model using torch_geometric.graphgym #7393
-
How to write a graph classification model using torch_geometric.graphgym?There are too few references on the Internet |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
I would like to have a code that compares multiple aggregations or pools |
Beta Was this translation helpful? Give feedback.
-
Did you take a look at https://github.com/pyg-team/pytorch_geometric/blob/master/graphgym/configs/pyg/example_graph.yaml? In the end, you just need to ensure that |
Beta Was this translation helpful? Give feedback.
thank,The script is now working properly!
and one more question,
Does torch_geometric.graphgym only support starting tasks with scripts like this?
Not in some python compiler (such as PyCharm)?