cannin / gsoc_2023_pytorch_pathway_commons

Apache License 2.0
3 stars 1 forks source link

Improving gnn model performance #23

Open Favourj-bit opened 11 months ago

Favourj-bit commented 11 months ago

GATConv

GraphNorm

Dropout for all layers

Favourj-bit commented 11 months ago

Try different number of layers Increase the number of hidden channels Use GraphNorm with GCN Try different dropout rate Different hidden channels for each layer Different GNN layer: Graphtransformer, GAT, GCN Different estimation function **Try different optimizer, learning rate and number of epochs