File size: 873 Bytes
00f6d1c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | {
"data_dir": "/DATA_2/guest/custom-gopt/data/streaming_asr_gopt_v4",
"input_dim": 46,
"phn_num": 40,
"seq_len": 499,
"args": {
"data_dir": "/DATA_2/guest/custom-gopt/data/streaming_asr_gopt_v4",
"exp_dir": "/DATA_2/guest/custom-gopt/exp/streaming-asr-gopt",
"lr": 0.001,
"n_epochs": 100,
"depth": 3,
"heads": 1,
"batch_size": 64,
"embed_dim": 24,
"loss_w_phn": 1.0,
"loss_w_word": 1.0,
"loss_w_utt": 1.0,
"model": "streaming_gopt",
"noise": 0.0,
"num_workers": 8,
"device": "cuda",
"main_context_tokens": "4,8,12,16",
"right_context_tokens": "0,1,2,4",
"compile": true,
"tf32": true,
"seed": 1337,
"resume": false,
"main_context_token_choices": [
4,
8,
12,
16
],
"right_context_token_choices": [
0,
1,
2,
4
]
}
} |