Skip to content
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

No test_dataloader() method defined to run Trainer.test #25

Open
UnironicHeyMoon opened this issue Sep 15, 2022 · 2 comments
Open

No test_dataloader() method defined to run Trainer.test #25

UnironicHeyMoon opened this issue Sep 15, 2022 · 2 comments

Comments

@UnironicHeyMoon
Copy link

Hello,

getting this error

raise MisconfigurationException(f"No `{loader_name}()` method defined to run `Trainer.{trainer_method}`.")
pytorch_lightning.utilities.exceptions.MisconfigurationException: No `test_dataloader()` method defined to run `Trainer.test`.

after 12 epochs. any idea what to do?

@nicolai256
Copy link
Owner

Hello,

getting this error

raise MisconfigurationException(f"No `{loader_name}()` method defined to run `Trainer.{trainer_method}`.")
pytorch_lightning.utilities.exceptions.MisconfigurationException: No `test_dataloader()` method defined to run `Trainer.test`.

after 12 epochs. any idea what to do?

no idea, did you run the script with --no-test?

@UnironicHeyMoon
Copy link
Author

oh, no.... I guess I was supposed to do that? 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants