File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ init_args:
66 in_channels : 158 # number of node/atom properties
77 hidden_channels : 256
88 out_channels : 512
9- num_layers : 5
9+ num_layers : 4
1010 edge_dim : 7 # number of bond properties
1111 heads : 8 # the number of heads should be divisible by output channels (hidden channels if output channel not given)
1212 v2 : False # set True to use `torch_geometric.nn.conv.GATv2Conv` convolution layers, default is GATConv
1313 dropout : 0
1414 n_molecule_properties : 0
15- n_linear_layers : 2
15+ n_linear_layers : 1
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ init_args:
66 in_channels : 158 # number of node/atom properties
77 hidden_channels : 256
88 out_channels : 512
9- num_layers : 5
9+ num_layers : 4
1010 edge_dim : 7 # number of bond properties
1111 dropout : 0
1212 n_molecule_properties : 0
13- n_linear_layers : 2
13+ n_linear_layers : 1
You can’t perform that action at this time.
0 commit comments