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

Fixing SequenceMask bug related to Issue #802 #828

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

markbookk
Copy link
Contributor

Description

Fixing #802 . I received response from MXNet team that indeed this was just a typo. We can see the check that throws error only if n=1 here https://github.com/apache/incubator-mxnet/blob/master/src/operator/sequence_reverse-inl.h#L235

@zachgk zachgk merged commit 4163aee into deepjavalibrary:master Apr 7, 2021
Lokiiiiii pushed a commit to Lokiiiiii/djl that referenced this pull request Oct 10, 2023
* [python] Adds rolling batch support

* change to fair lock

---------

Co-authored-by: sindhuso <somasundaram.sindhu@gmail.com>
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.

sequenceMask method throws error when NDArray dimension is 2 but use_sequence_length is True
2 participants