NoteOnMe博客平台搭建
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
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
}