fast_dev_run does not execute pl.LightningModule.test_step() #12168
-
I may be misunderstanding something about the trainer argument Is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
fit
only runs training & validation, not testing.trainer.test
runs the test_step