We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cafbf commit 39fadacCopy full SHA for 39fadac
configs/model/gat.yml
@@ -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