Maybe this is a issue for this platform? Please confirm it

The label number is not equal to the real number

I think this is because the max length in the filter is not exactly 6000. If you change it to 6000 it will show the entire list.

2 Likes

@yodaimpulse is right, clicking on the 5596 and then setting to 6000 works, but that’s definitely a bug. WIll add a ticket.

edit: The underlying issue is that the max length of your samples is 5596.88 which is then rounded down, excluding the longest samples. I’ve pushed a fix so this will be rounded up instead. Will be live with the next patch release later this week.

1 Like

That is great. It’s nice to see such a continuous iterative platform for embedded machine learning.

This is now on production!