UserWarning: Your validation_step returned None
is issued when using DDP
#6137
Labels
UserWarning: Your validation_step returned None
is issued when using DDP
#6137
🐛 Bug
When using DDP with the
validation_step
function that doesn't return anything the following warning is printed (Lightning 1.2.0):This doesn't seem right, as documentation, as far as I'm aware, never mentions a need for doing so.
To Reproduce
Run
.fit(...)
on aTrainer
created withaccelerator='ddp'
.Environment
conda
,pip
, source): pipThe text was updated successfully, but these errors were encountered: