lightning/pytorch_lightning/callbacks
Carlos Mocholí bfeffde8f4
Smart handling of `EarlyStopping.check_on_train_epoch_end` (#8888)
* Smart handling of `EarlyStopping.check_on_train_epoch_end`

* dummy value

* Extra flag
2021-08-14 08:50:39 +02:00
..
__init__.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
base.py [1 / 3] improvements to saving and loading callback state (#6886) 2021-07-29 00:12:32 +02:00
early_stopping.py Smart handling of `EarlyStopping.check_on_train_epoch_end` (#8888) 2021-08-14 08:50:39 +02:00
finetuning.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
gpu_stats_monitor.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
gradient_accumulation_scheduler.py [bugfix] Re-compute accumulated_grad_batches (#8493) 2021-07-21 10:46:25 +00:00
lambda_function.py Add the `on_before_optimizer_step` hook (#8048) 2021-07-09 13:30:52 +02:00
lr_monitor.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
model_checkpoint.py Remove call to deprecated fit_loop (#8873) 2021-08-13 10:06:36 +02:00
prediction_writer.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
progress.py Fix on_train_batch_end signature and call in ProgressBarBase example (#8836) 2021-08-12 12:24:12 +00:00
pruning.py Remove `outputs` in `on_train_epoch_end` hooks (#8587) 2021-07-28 18:27:54 +02:00
quantization.py Fix pre-commit blacken-docs failures (#8624) 2021-07-30 12:10:15 +00:00
stochastic_weight_avg.py Fix SWA with a list of learning rates (#8747) 2021-08-14 08:50:08 +02:00
timer.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
xla_stats_monitor.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00