Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
input_size of phrase_layer: 1144 -> 1124 (#1875)
Browse files Browse the repository at this point in the history
fix wrong config of `input_size` of `phrase_layer`
  • Loading branch information
WrRan authored and matt-gardner committed Oct 6, 2018
1 parent 51d20c5 commit 371fd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training_config/dialog_qa.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"type": "gru",
"bidirectional": true,
"hidden_size": 100,
"input_size": 1144,
"input_size": 1124,
"num_layers": 1
},
"residual_encoder": {
Expand Down

0 comments on commit 371fd80

Please sign in to comment.