quaterion-models icon indicating copy to clipboard operation
quaterion-models copied to clipboard

Fix "list index out of range" for models with multiple encoders

Open mautini opened this issue 2 years ago • 2 comments

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

mautini avatar Aug 27 '23 10:08 mautini

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Aug 27 '23 10:08 netlify[bot]

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

mautini avatar Aug 27 '23 10:08 mautini