-
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
Incompatible Trainer.test() #1720
Comments
Hi! thanks for your contribution!, great first issue! |
This issue relates to #1195, |
Also, using
|
@iakremnev can you fix the link? It's asking for request access. |
@rohitgr7 oops, fixed it. |
it is the same as #1754 |
🐛 Bug
Trainer.test() stops on missing definitions of train & validation dataloaders methods.
To Reproduce
Steps to reproduce the behavior:
Trainer.fit(...)
methodTrainer.test(...)
methodtest failes on :
Code sample
Expected behaviour
Run the test with provided test data loader, and do not stop on condition related to missing train & validation dataloaders which actually are not mandatory.
Environment
The text was updated successfully, but these errors were encountered: