lightning/pytorch_lightning
thomas chaton 7956c6bd4b
[Feat] Add FastForwardSampler 2/n - Fault Tolerant Training (#8307)
* wip

* update

* resolve bug

* wip

* wip

* wip

* resolved tests

* update on comments

* update

* update

* Update pytorch_lightning/utilities/auto_restart.py

Co-authored-by: Kaushik B <45285388+kaushikb11@users.noreply.github.com>

* update on comments

* Update pytorch_lightning/utilities/auto_restart.py

Co-authored-by: Kaushik B <45285388+kaushikb11@users.noreply.github.com>

* resolve bug

* update

* move properties to top

* update docs for fast forward sampler

* move public attribute to top

* add missing super call

* update docs for state_dict

* fix merge conflict

* add missing super() call

* move property to top

* update on comments

* update

* resolve bug

* update

* update on comments

* activate coverage for CaptureIterableDataset

* update on comments

Co-authored-by: Kaushik B <45285388+kaushikb11@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2021-07-07 20:21:21 +00:00
..
accelerators move `torch.cuda.set_device()` to enable collective calls earlier in setup (#8312) 2021-07-07 13:15:41 +02:00
callbacks Remove magic monitor support for `ModelCheckpoint` (#8293) 2021-07-07 18:36:19 +01:00
core Fix `self.optimizers()` not returning a single `LightningOptimizer` (#8326) 2021-07-07 18:57:45 +02:00
distributed
loggers Refactor unnecessary `else` / `elif` when `if` block has a `return` statement (#8156) 2021-06-28 15:27:41 +05:30
loops Remove `dev_debugger.call_count` (#8317) 2021-07-07 19:59:59 +02:00
metrics Sync our torchmetrics wrappers after the 0.4 release (#8205) 2021-06-29 22:05:48 +00:00
overrides Support state restoration of logged results 2/2(#7966) 2021-06-25 19:16:11 +00:00
plugins Remove `dev_debugger.call_count` (#8317) 2021-07-07 19:59:59 +02:00
profiler Fix `PyTorchProfiler` prefix typo (#8308) 2021-07-06 17:12:07 +02:00
trainer Delete `checkpoint_connector.has_trained` (#8292) 2021-07-07 17:47:35 +01:00
tuner rename old `Trainer.train_loop` -> `Trainer.fit_loop` (#8025) 2021-06-22 11:49:32 +02:00
utilities [Feat] Add FastForwardSampler 2/n - Fault Tolerant Training (#8307) 2021-07-07 20:21:21 +00:00
__about__.py show mush go on (#7413) 2021-05-06 19:06:21 -04:00
__init__.py rename about (#7002) 2021-04-14 18:56:40 -04:00
py.typed
setup_tools.py fix pip install (#7170) 2021-04-22 16:48:11 -04:00