Skip to content

Commit 39fadac

Browse files
committed
gat config
1 parent f2cafbf commit 39fadac

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

configs/model/gat.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
class_path: chebai_graph.models.GATModelWrapper
2+
init_args:
3+
optimizer_kwargs:
4+
lr: 1e-3
5+
config:
6+
in_length: 256
7+
hidden_length: 512
8+
dropout_rate: 0.1
9+
n_conv_layers: 3
10+
heads: 5 # Default is one
11+
# v2: True # -- to use `torch_geometric.nn.conv.GATv2Conv` convolution layers, default is GATConv
12+
n_linear_layers: 3
13+
n_atom_properties: 158
14+
n_bond_properties: 7
15+
n_molecule_properties: 200

0 commit comments

Comments
 (0)