./s2t.sh --expdir exp_owsm --stage 11 --stop_stage 13 --inference_s2t_model checkpoint_34/34/mp_rank_00_model_states.pt --use_lm false --num_nodes 2 --ngpu 8 --nj 8 --gpu_inference true --num_splits_s2t 8 --inference_nj 24 --feats_type raw --audio_format flac.ark --token_type bpe --nbpe 50000 --bpe_input_sentence_size 15000000 --s2t_config conf/train_05b_ds.yaml --inference_config conf/decode_s2t.yaml --train_set train_v3 --valid_set dev_v3 --test_sets ksponspeech/eval_clean_whisper --bpe_train_text dump/raw/train_v3/text --bpe_nlsyms data/nlsyms.txt --lm_train_text dump/raw/train_v3/text --stage 11 "$@"; exit $? | |