quaterion-models
quaterion-models copied to clipboard
Fix "list index out of range" for models with multiple encoders
This PR fix a "list index out of range" issue when inferring from a Quaterion model with multiple encoders.
This bug wasn't visible in the example provided as the number of metadata for each encoder was equal to the number of encoders.
Adding also a test to validate the change
Deploy Preview for soft-gumdrop-39ae9b ready!
| Name | Link |
|---|---|
| Latest commit | 4ce7c94c6a576217a9fdc1378d145e4159d52576 |
| Latest deploy log | https://app.netlify.com/sites/soft-gumdrop-39ae9b/deploys/64eb2c16bb00f20008c1b5dd |
| Deploy Preview | https://deploy-preview-48--soft-gumdrop-39ae9b.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
pre-commit failed due to
RuntimeError: The Poetry configuration is invalid:
- [extras.pipfile_deprecated_finder.2] 'pip-shims<=0.3.4' does not match '^[a-zA-Z-_.0-9]+$'
which is not related to the PR