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

The 9.223.372.036.854.775.807 ONNX problem #311

Open
salvacarrion opened this issue Dec 1, 2021 · 0 comments
Open

The 9.223.372.036.854.775.807 ONNX problem #311

salvacarrion opened this issue Dec 1, 2021 · 0 comments
Assignees
Labels
bug Something isn't working Easy

Comments

@salvacarrion
Copy link
Contributor

salvacarrion commented Dec 1, 2021

Problem: Some Select/Permute/Concat/etc broadcast to all the samples in the batch by doing: Select("0:9.223.372.036.854.775.807"). This is a problem because we don't allow batch selection at the user level.
Fix: Ignore them

@salvacarrion salvacarrion added bug Something isn't working Easy labels Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Easy
Projects
None yet
Development

No branches or pull requests

2 participants