espnet2.utils.pretrained.download_pretrained
Less than 1 minute
espnet2.utils.pretrained.download_pretrained
espnet2.utils.pretrained.download_pretrained(model_tag: str) → Dict
Return the constructor keyword arguments for a published model.
Wraps espnet_model_zoo so every inference class gives the same message when the package is missing, and so a bundle produced by espnet3’s pack_model is recognised: its meta.yaml names inference_config / training_config rather than the <task>_train_config / <task>_model_file pairs these classes take, and it has to be loaded through espnet3.
