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
{{ message }}
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
A script which goes through all the pre-prepared batches and checks:
That there's no overlap between train, test, and validation sets :)
The every batch contains the fields we'd expect
That every value is within the range we'd expect
That the duration of each example is what we'd expect
Context
Hopefully our unit-tests will catch these bugs. But, just to be super-careful, it might be nice to also have a script which goes through the entire pre-prepared dataset and checks for these issues!