Add files via upload
This commit is contained in:
parent
849ae9fa08
commit
9686312a3c
13
conf/params.json
Normal file
13
conf/params.json
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user