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
# normalize the input to 0 mean and unit std. if am=='librispeech': dir='seq_data_librispeech' norm_mean, norm_std = 3.203, 4.045 elif am=='paiia': dir='seq_data_paiia' norm_mean, norm_std = -0.652, 9.737 elif am=='paiib': dir='seq_data_paiib' norm_mean, norm_std = -0.516, 9.247 else: raise ValueError('Acoustic Model Unrecognized.')
The text was updated successfully, but these errors were encountered:
You should use the mean/std of the acoustic model you use.
librispeech, paiia, paiib are not datasets, but the names of acoustic models.
librispeech
paiia
paiib
-Yuan
Sorry, something went wrong.
谢谢大佬
You should use the mean/std of the acoustic model you use. librispeech, paiia, paiib are not datasets, but the names of acoustic models. -Yuan
那这个数据在声学模型的哪一个部分可以看到
No branches or pull requests
The text was updated successfully, but these errors were encountered: