Skip to content

Conversation

@huningxin
Copy link
Contributor

@huningxin huningxin commented Jan 4, 2026

Also fixes an issue of squeeze and unsqueeze emulation code. It should use for...of loop to get axes values rather than indices.

Fix #889


Preview | Diff

Also fixes an issue of squeeze and unsqueeze emulation code. It should
use for...of loop to get axes values rather than indices.

Fix webmachinelearning#889
@huningxin huningxin requested review from fdwr and reillyeon January 4, 2026 06:10
Copy link
Collaborator

@fdwr fdwr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should use for...of loop to get axes values rather than indices.

Oh Javascript, you're so special there compared to every other programming language... 🤦‍♂️ Thanks.

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.

The decomposition of lstm has issue for batch size 1 input

3 participants