We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
按照README的方法,我完成了stage1和stage2的训练,然后我应该如何使用我自己训练后的模型?
The text was updated successfully, but these errors were encountered:
您好,可以修改configs/inference/inference.yaml中的audio_ckpt_dir为stage2中您想使用的权重的path
configs/inference/inference.yaml
audio_ckpt_dir
stage2
path
Sorry, something went wrong.
@DBDXSS 感谢你的回复 只需要修改这一个参数就可以了 对吗?其他不用改了 对吗?stage1训练的模型 就没用了是吗?
是的,1阶段的模型在2阶段有保留
您可以直接输出net.pth中的权重keys查看是否包含全部需要的权重
net.pth
No branches or pull requests
按照README的方法,我完成了stage1和stage2的训练,然后我应该如何使用我自己训练后的模型?
The text was updated successfully, but these errors were encountered: