We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am getting a stride error when running compression on non-contiguous tensors:
lilcom: compression error: last stride should be 1, got 253
The error message is a bit confusing and its not clear wht the problem is. Some solutions could be:
The text was updated successfully, but these errors were encountered:
Does this error still exist?
Sorry, something went wrong.
It's intended to be a warning that the user should make the tensor contiguous.
No branches or pull requests
Hi, I am getting a stride error when running compression on non-contiguous tensors:
The error message is a bit confusing and its not clear wht the problem is. Some solutions could be:
The text was updated successfully, but these errors were encountered: