You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks!
This is caused by a subtle indexing issue with Indexeddb.
When we click download, we try to order the csv by items that have a prediction and label using this query
I think what's happening is that when you click download before labeling, the query returns an empty array.
The cause for that is that when we insert examples to the db we don't indicate whether they have a label or prediction. That's a regression. Will fix by adding the relevant indicators during insert
The text was updated successfully, but these errors were encountered: