Skip to content
Discussion options

You must be logged in to vote

hey @purnasai-soulpageit !

you need to pass in the datamodule to trainer.test.

trainer.test(datamodule=data_module)

since lightning no longer patches the data_modules passed during .fit you need to pass it there too.

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by purnasai-soulpageit
Comment options

You must be logged in to vote
3 replies
@rohitgr7
Comment options

@abhayraw1
Comment options

@kxding
Comment options

Comment options

You must be logged in to vote
4 replies
@kxding
Comment options

@jxtngx
Comment options

@jxtngx
Comment options

@kxding
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment