-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Trainer.check #3244
Comments
I find this feature extremely interesting and I'd like to contribute! |
Default E.g., The same Note: we can exploit object-orientation; the user can defined is own What do you @williamFalcon @Borda @edenlightning @justusschock ? Any suggestions are really appreciated! :) |
Up @Borda @williamFalcon @justusschock :) Before working on this I think we need a deeper discussion on how to implement the check itself. I suggest using |
Closing this issue in favor of #6029 |
🚀 Feature
Add a
Trainer.check(...)
interface that checks all your subclassed methods for (programatically) correctness.Use a manually defined batch to avoid already creating the data loader here.
Discussed offline with @Borda and @ananthsub
The text was updated successfully, but these errors were encountered: