Views
No views yet
test_cuts function in multi_dataset.py to point to your specific test sets and data paths.1python ./decode.py \
2 --exp-dir ./exp \
3 --max-duration 3000 \
4 --decoding-method greedy_search \
5 --bpe-model ./bpe.model \
6 --num-workers 8 \
7 --num-encoder-layers 2,2,4,5,4,2 \
8 --feedforward-dim 512,768,1536,2048,1536,768 \
9 --encoder-dim 192,256,512,768,512,256 \
10 --encoder-unmasked-dim 192,192,256,320,256,192