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

fix an error in decoding. #173

Closed
wants to merge 2 commits into from
Closed

fix an error in decoding. #173

wants to merge 2 commits into from

Conversation

csukuangfj
Copy link

Avoid crash in decoding.

When arch_seq_model is True, the output of the network is 3-D: (time, 1, dim)
and we have to remove the batch dimension before writing it to ark.

csukuangfj and others added 2 commits October 11, 2019 19:37
Avoid crash in decoding.

When arch_seq_model is True, the output of the network is 3-D: (time, 1, dim)
and we have to remove the batch dimension before writing it to ark.
@TParcollet
Copy link
Collaborator

@mravanelli same for this PR. I think it's ok if you could take a quick look.

@csukuangfj csukuangfj closed this Jan 12, 2020
@csukuangfj csukuangfj deleted the patch-1 branch January 12, 2020 09:23
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

Successfully merging this pull request may close these issues.

2 participants