nlp_xiaojiang/conf/params.json

14 lines
285 B
JSON
Raw Normal View History

2019-04-17 20:08:33 +08:00
{
"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
}