-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
designIncludes a design discussionIncludes a design discussionfeatureIs an improvement or enhancementIs an improvement or enhancementtrainer: testtrainer: validate
Milestone
Description
🚀 Feature
Currently, Trainer.test
only returns logged metrics, this is very limiting.
Motivation
I have a lot of different results which are produced by tests, including figures and sample predictions.
At present, I cannot return them from test since it only allows returning of logged values which it seems must be scalars.
As a workaround I have to separately predict outputs, get targets and then match them together, which is bug-prone.
Pitch
Trainer.test
should return output of Module.test_epoch_end
.
Alternatives
N/A
Additional context
N/A
Metadata
Metadata
Assignees
Labels
designIncludes a design discussionIncludes a design discussionfeatureIs an improvement or enhancementIs an improvement or enhancementtrainer: testtrainer: validate