Skip to content

Commit 2183f5b

Browse files
committed
Change training schedule
1 parent c02a798 commit 2183f5b

File tree

1 file changed

+2
-2
lines changed
  • diploma_thesis/configuration/experiments/jsp/GRAPH-NN/templates/2/gat

1 file changed

+2
-2
lines changed

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/templates/2/gat/model.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ layers:
1313
num_layers: 2
1414
v2: True
1515
heads: 2
16-
concat: True
16+
concat: False
1717
hidden_channels: 128
1818

1919
signature: 'graph -> actions_hidden, actions_batch'
@@ -61,7 +61,7 @@ layers:
6161
num_layers: 2
6262
v2: True
6363
heads: 2
64-
concat: True
64+
concat: False
6565
hidden_channels: 128
6666

6767
signature: 'graph -> values_hidden, values_batch'

0 commit comments

Comments
 (0)