Trainer runs indefinitely if fast_dev_run=True
when iterating over self.logger
#10201
Labels
Milestone
fast_dev_run=True
when iterating over self.logger
#10201
🐛 Bug
If you specify
fast_dev_run=True
and multiple loggers, and include a loop implementation over theLoggerCollection
object for training, then the loop in the training runs indefinitely. Iffast_dev_run=False
, it runs correctly.To Reproduce
A slightly modified version of the BoringModel script:
Expected behavior
The training finishes when
fast_dev_run=True
.Environment
conda
,pip
, source): sourcetorch.__config__.show()
:Additional context
The text was updated successfully, but these errors were encountered: