lightning/pytorch_lightning/trainer
Carlos Mocholí 6dbdf438e8
Support `DataLoader`s with missing arguments in `replace_sampler` (#8519)
* Support `DataLoader`s with missing arguments in `replace_sampler`

* Fix for multiprocessing context

* Fixes and test improvements

* Fixes and test improvements

* Fixes and test improvements

* Test any variadic name

* Update CHANGELOG

* Make sure extra attributes can be present

* Skip on old Windows

* Update pytorch_lightning/trainer/data_loading.py

* Update pytorch_lightning/trainer/data_loading.py

* Check is dataloader

* Typo
2021-07-26 10:04:21 +02:00
..
connectors Fix log_dir tracking in case of multiple Trainer instances + DDP (#7403) 2021-07-23 09:18:23 +02:00
__init__.py
callback_hook.py Add the `on_before_optimizer_step` hook (#8048) 2021-07-09 13:30:52 +02:00
configuration_validator.py [feat] Allow overriding optimizer_zero_grad and/or optimizer_step when using accumulate_grad_batches (#7980) 2021-06-17 12:50:37 +02:00
data_loading.py Support `DataLoader`s with missing arguments in `replace_sampler` (#8519) 2021-07-26 10:04:21 +02:00
deprecated_api.py rename old `Trainer.train_loop` -> `Trainer.fit_loop` (#8025) 2021-06-22 11:49:32 +02:00
logging.py Actually show deprecation warnings and their line level [2/2] (#8002) 2021-06-21 18:51:53 +02:00
model_hooks.py Support state restoration of logged results 2/2(#7966) 2021-06-25 19:16:11 +00:00
optimizers.py Support state restoration of logged results 2/2(#7966) 2021-06-25 19:16:11 +00:00
progress.py Do not reset Loops total counters (#8475) 2021-07-19 18:22:47 +02:00
properties.py docs: fix return type description of Trainer.validate/test (#8522) 2021-07-26 09:50:29 +02:00
states.py
supporters.py Remove `torch >= 1.6` checks (#8523) 2021-07-23 04:03:20 +00:00
trainer.py docs: fix return type description of Trainer.validate/test (#8522) 2021-07-26 09:50:29 +02:00
training_tricks.py Support state restoration of logged results 2/2(#7966) 2021-06-25 19:16:11 +00:00