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

read_ali_ark crashes when reading gzipped file #46

Open
Serhiy-Shekhovtsov opened this issue May 25, 2020 · 0 comments
Open

read_ali_ark crashes when reading gzipped file #46

Serhiy-Shekhovtsov opened this issue May 25, 2020 · 0 comments

Comments

@Serhiy-Shekhovtsov
Copy link

Serhiy-Shekhovtsov commented May 25, 2020

I am trying to read the alignment file using read_ali_ark method. My code looks like this:

src_file = 's5/exp/tri2_ali/ali.1.gz'
abc = kaldi_io.read_ali_ark(src_file)

But this crashes on assert. It goes like this:

Simply removing this assert fixes the issue and makes it possible to read gzipped ark files.

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

1 participant