Files
pytorch-lightning/pytorch_lightning
YehCF cc65f39d97 Fix number of total steps shown in progress bar during sanity validation check when number of validation dataloaders >= 2 (#597)
* type: debug

Calculate the adequate number of steps to run during sanity_check.
This fixes the bug when there are two or more validation dataloaders.

- Before: total=self.num_sanity_val_steps
- After: total=self.num_sanity_val_steps*len(self.get_val_dataloaders())

* type: refactor

Put total=... in the next line

* type: refactor

run flake8
2019-12-07 08:47:59 -05:00
..
2019-12-04 07:04:14 -05:00
2019-12-07 00:24:59 -05:00
2019-12-04 06:59:19 -05:00
2019-12-04 06:57:10 -05:00