-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add non regression tests #198
Comments
@iopho if you want to help here, it would be appreciated |
I made some time tomorrow and will start writing tests. |
Only runs the training, no actual check except no crashes. For #198
Only runs the training, no actual check except no crashes. For #198
Only runs the training, no actual check except no crashes. For #198
non crashing training test done at #203, non reg still to do |
Non reg inference tests done, thanks @lopho Next step here is non reg test for training |
Still very much interested by the non reg for training if you feel like continuing work here @lopho |
Yes, I'm still working on it. Before training I still have to look into making testing more stable regarding randomness between runs, as I think this will be worse with training tests. |
Looks like inference testing is working very well with your new strategy @lopho Do you want to look into training non reg as well ? We have a few PRs with significant changes and it would be very helpful if we can be confident that base clip training is still doing exactly the same thing |
Definetly, but I won't have time to until after new years. |
I will start working on this again within the next week, unless there is already someone working on it that I am not aware of. |
@lopho would be great. We're still in need of more reliability for merging PRs! |
To make it easier to merge PRs in the future, we need automated non regression tests
Tests to have:
The text was updated successfully, but these errors were encountered: