NoteOnMe博客平台搭建
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

21 行
395 B

{
"export_name": "model.json",
"encoder_cnn": "vanilla",
"positional_embeddings": true,
"attn_cell_config": {
"cell_type": "lstm",
"num_units": 512,
"dim_e" : 512,
"dim_o" : 512,
"dim_embeddings": 80
},
"decoding": "beam_search",
"beam_size": 5,
"div_gamma": 1,
"div_prob": 0,
"max_length_formula": 150
}