asr_inference_maskctc.py
Less than 1 minute
asr_inference_maskctc.py
ASR Decoding
usage: asr_inference_maskctc.py [-h] [--config CONFIG] [--log_level {CRITICAL,ERROR,WARNING,INFO,DEBUG,NOTSET}] --output_dir OUTPUT_DIR [--ngpu NGPU]
[--seed SEED] [--dtype {float16,float32,float64}] [--num_workers NUM_WORKERS] --data_path_and_name_and_type
DATA_PATH_AND_NAME_AND_TYPE [--key_file KEY_FILE] [--allow_variable_data_keys ALLOW_VARIABLE_DATA_KEYS]
--asr_train_config ASR_TRAIN_CONFIG --asr_model_file ASR_MODEL_FILE [--model_tag MODEL_TAG] [--batch_size BATCH_SIZE]
[--maskctc_n_iterations MASKCTC_N_ITERATIONS] [--maskctc_threshold_probability MASKCTC_THRESHOLD_PROBABILITY]
[--token_type {char,bpe,None}] [--bpemodel BPEMODEL]