Skip to content
New issue

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

TypeError: Required argument 'vtln_warp' (pos 3) not found #4

Closed
xbsdsongnan opened this issue Jan 14, 2021 · 2 comments
Closed

TypeError: Required argument 'vtln_warp' (pos 3) not found #4

xbsdsongnan opened this issue Jan 14, 2021 · 2 comments

Comments

@xbsdsongnan
Copy link

bash train_transducer_bmuf_otfaug.sh

/utils/compute_global_cmvn.py", line 64, in
vtnl_warp=1.0)
TypeError: Required argument 'vtln_warp' (pos 3) not found

@cweng6
Copy link

cweng6 commented Jan 14, 2021

This is due to typos in older version pykaldi, could you try to change 'vtnl_warp' to 'vtln_warp' in these two lines,

vtnl_warp=1.0)

vtnl_warp=1.0)

@xbsdsongnan
Copy link
Author

thank you very much@cweng6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants