Add files via upload

This commit is contained in:
yongzhuo 2019-04-17 20:08:33 +08:00 committed by GitHub
parent 849ae9fa08
commit 9686312a3c

13
conf/params.json Normal file
View File

@ -0,0 +1,13 @@
{
"bidirectional": true,
"use_residual": true,
"use_dropout": true,
"time_major": true,
"cell_type": "lstm",
"depth": 2,
"attention_type": "Bahdanau",
"hidden_units": 128,
"optimizer": "adam",
"learning_rate": 0.001,
"embedding_size": 300
}