lightning/pytorch_lightning/trainer
Rohit Gupta 6d2aeff26a
fast_dev_run can be int (#4629)
* fast_dev_run can be int

* pep

* chlog

* add check and update docs

* logging with fdr

* update docs

* suggestions

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

* fdr flush logs

* update trainer.fast_dev_run

* codefactor and pre-commit isort

* tmp

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
Co-authored-by: edenlightning <66261195+edenlightning@users.noreply.github.com>
2020-12-09 01:37:53 +05:30
..
connectors fast_dev_run can be int (#4629) 2020-12-09 01:37:53 +05:30
__init__.py added trainer api docs (#4569) 2020-11-07 14:18:45 -05:00
callback_hook.py Fix setup callback hook to pass LightningModule through (#4608) 2020-11-13 19:34:46 -05:00
configuration_validator.py Simplify optimization Logic (#4984) 2020-12-07 12:55:49 +00:00
data_loading.py refactor imports of optional dependencies (#4859) 2020-12-04 10:26:10 +01:00
evaluation_loop.py Enable`self.log` in most functions. (#4969) 2020-12-06 13:01:43 +00:00
ignored_warnings.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
logging.py [FEAT] logging refactors 1/n (#4439) 2020-11-02 20:51:43 +00:00
model_hooks.py CI: add flake8 (#4239) 2020-10-19 21:20:17 +01:00
optimizers.py optimizer clean up (#4658) 2020-12-01 00:09:46 +00:00
properties.py fast_dev_run can be int (#4629) 2020-12-09 01:37:53 +05:30
states.py Make trainer.state a read-only property (#3109) 2020-08-24 16:49:33 +02:00
supporters.py Create memory dynamically (#4938) 2020-12-02 01:05:12 +05:30
trainer.py fast_dev_run can be int (#4629) 2020-12-09 01:37:53 +05:30
training_loop.py fast_dev_run can be int (#4629) 2020-12-09 01:37:53 +05:30
training_tricks.py fix import and typo in AMP (#4871) 2020-11-26 23:45:52 +01:00