lightning/pytorch_lightning/callbacks
Adrian Wälchli 55a90af7fc
`pytorch_lightning.loops` file structure: group by dataloader, epoch, and batch loop (#8077)
2021-06-24 23:40:46 +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 Fix(Early Stopping): move best score to device (#7959) 2021-06-21 15:41:41 +05:30
finetuning.py `pytorch_lightning.loops` file structure: group by dataloader, epoch, and batch loop (#8077) 2021-06-24 23:40:46 +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 [feat] Named Parameter Groups in `LearningRateMonitor` (#7987) 2021-06-17 03:13:54 +02:00
model_checkpoint.py Nuke RPC (#8101) 2021-06-23 18:31:13 +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 rename old `Trainer.train_loop` -> `Trainer.fit_loop` (#8025) 2021-06-22 11:49:32 +02:00
timer.py fix info message when max training time reached (#7780) 2021-05-31 14:50:16 +02:00