Closed chengpuking closed 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.
This issue is closed. You can also re-open it if needed.
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",
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?