lightning/pytorch_lightning/callbacks
Adrian Wälchli 6db0fe3659
training loop refactor - move val loop (#8120)
* EvaluationDataLoaderLoop -> EvaluationLoop

* proposed rename files

* imports

* bad merge

* update init files

* glue imports together

* rename fit_loop.validation_loop to fit_loop.val_loop

* move loop

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Group imports

* Resolve circular import

* Comment

* fix test

* try to resolve circ import

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
2021-06-29 09:06:44 +00:00
..
__init__.py [feat] Add BasePredictionWriter 3/3 (#7127) 2021-04-27 20:23:55 +00:00
base.py Add documentation for ways to access all batch outputs for on_train_epoch_end hook (#7389) 2021-05-05 22:18:45 +00:00
early_stopping.py Fix(Early Stopping): move best score to device (#7959) 2021-06-21 15:41:41 +05:30
finetuning.py Fix module dict in base finetuning (#8170) 2021-06-28 10:55:32 +00:00
gpu_stats_monitor.py Remove on epoch guard from the should stop validation check (#7701) 2021-05-25 15:59:42 +01:00
gradient_accumulation_scheduler.py Add on_epoch_start to run at the beginning of every loop irrespective of train/val/test (#6498) 2021-03-25 14:20:49 +01:00
lambda_function.py Add `on_predict_{batch,epoch}_{start,end}` and `Callback.on_predict_{start,end}` (#7141) 2021-04-22 10:05:28 -04:00
lr_monitor.py Refactor unnecessary `else` / `elif` when `if` block has a `return` statement (#8156) 2021-06-28 15:27:41 +05:30
model_checkpoint.py training loop refactor - move val loop (#8120) 2021-06-29 09:06:44 +00:00
prediction_writer.py Loop Refactor 5/N - Prediction Loop (#7700) 2021-06-23 10:17:04 +01:00
progress.py rename old `Trainer.train_loop` -> `Trainer.fit_loop` (#8025) 2021-06-22 11:49:32 +02:00
pruning.py Remove dead code (#7910) 2021-06-10 11:38:33 +01:00
quantization.py `TrainerState` refactor [5/5] (#7173) 2021-05-04 12:50:56 +02:00
stochastic_weight_avg.py Bugfix/swa iterable dset (#8172) 2021-06-28 21:18:25 +00:00
timer.py fix info message when max training time reached (#7780) 2021-05-31 14:50:16 +02:00