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

[BUG] ragged input to HMM #1095

Open
hammondm opened this issue Apr 24, 2024 · 0 comments
Open

[BUG] ragged input to HMM #1095

hammondm opened this issue Apr 24, 2024 · 0 comments

Comments

@hammondm
Copy link

Describe the bug

HMM inputs can be "ragged" in dimension 1. But there doesn't seem to be a way to move such inputs to the GPU.

I tried using a nested tensor from pytorch for this, but that doesn't work.

To Reproduce

  • Move the HMM to the GPU.
  • Move all inputs to the GPU.
  • Pass a list of (ragged) inputs to HMM.fit throws an error.
  • Put the ragged inputs into a nested tensor and there is a different error.
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