Skip to content

Commit dc4d3a7

Browse files
committed
heads should be divisible by output or hidden channels
1 parent abe65b4 commit dc4d3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/model/gat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ init_args:
77
hidden_length: 512
88
dropout_rate: 0.1
99
n_conv_layers: 3
10-
heads: 5 # Default is one
10+
heads: 4 # the number of heads should be divisible by output channels (hidden channels if output channel not given)
1111
# v2: True # -- to use `torch_geometric.nn.conv.GATv2Conv` convolution layers, default is GATConv
1212
n_linear_layers: 3
1313
n_atom_properties: 158

0 commit comments

Comments
 (0)