lightning/pytorch_lightning/callbacks
Adrian Wälchli 7e6010fc93
fix info message when max training time reached (#7780)
* call time_elapsed

* elapsed formatting

* format

* update test

* changelog
2021-05-31 14:50:16 +02:00
..
__init__.py
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 [1/2] Deprecate `outputs` in `on_train_epoch_end` hooks (#7339) 2021-05-05 17:18:16 +02:00
finetuning.py refactor optimizer loop logic for manual and automatic optimization (#7526) 2021-05-17 14:42:01 +02: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
lambda_function.py
lr_monitor.py Remove on epoch guard from the should stop validation check (#7701) 2021-05-25 15:59:42 +01:00
model_checkpoint.py feat(wandb): log models as artifacts (#6231) 2021-05-27 20:15:02 +02:00
prediction_writer.py
progress.py Fix progress bar print error when called before training (#7674) 2021-05-24 17:33:28 +02:00
pruning.py Add `ModelPruning(prune_on_train_epoch_end)` to choose when to apply pruning (#7704) 2021-05-26 00:57:56 +02:00
quantization.py `TrainerState` refactor [5/5] (#7173) 2021-05-04 12:50:56 +02:00
stochastic_weight_avg.py remove trainer hidden state | sanity refactor [1 / n] (#7437) 2021-05-11 11:09:08 +02:00
timer.py fix info message when max training time reached (#7780) 2021-05-31 14:50:16 +02:00