athena-team / athena

an open-source implementation of sequence-to-sequence based speech processing engine
https://athena-team.readthedocs.io
Apache License 2.0
954 stars 197 forks source link

where to use mpc model in asr example of aishell #330

Closed chengpuking closed 4 years ago

chengpuking commented 4 years ago

hello, i go through run.sh in asr example of aishell, i find the trained mpc model hasn't been used anywhere; I guess it's the method to use this mpc model by writing "pretrained_model": model_path in config files; but i find that pretrained_model is null in mtl_transformer_sp.json what's wrong with me?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

This issue is closed. You can also re-open it if needed.

Leeyouxie commented 3 years ago

hello, i go through run.sh in asr example of aishell, i find the trained mpc model hasn't been used anywhere; I guess it's the method to use this mpc model by writing "pretrained_model": model_path in config files; but i find that pretrained_model is null in mtl_transformer_sp.json what's wrong with me?

Sorry for the late reply. You can fine-tune ASR with MPC by adding MPC config path to "pretrained_model:" e.g: "pretrained_model": "examples/asr/hkust/configs/mpc.json",