lightning/pytorch_lightning/trainer
Adrian Wälchli fc6d402733
fix logger creating directory structure too early in DDP (#6380)
* fix

* add simple test

* fix imports

* add changelog

* tighter test with on_fit_start hook closer to the dispatch call

* move class inside test f unction

* add a comment
2021-03-09 09:49:59 +00:00
..
connectors Remove no return warning from val/test step (#6139) 2021-03-06 17:15:21 +00:00
__init__.py added trainer api docs (#4569) 2020-11-07 14:18:45 -05:00
callback_hook.py Pass {fit,validate,test,predict} to setup() and teardown() (#6386) 2021-03-08 15:27:07 +01:00
configuration_validator.py Refactor RunningStage usage in advance of implementing Trainer.validate() (#4945) 2021-03-06 12:40:19 +00:00
data_loading.py Refactor RunningStage usage in advance of implementing Trainer.validate() (#4945) 2021-03-06 12:40:19 +00:00
deprecated_api.py Refactor RunningStage usage in advance of implementing Trainer.validate() (#4945) 2021-03-06 12:40:19 +00:00
evaluation_loop.py Remove no return warning from val/test step (#6139) 2021-03-06 17:15:21 +00:00
ignored_warnings.py formatting 4/n: Trainer (#5720) 2021-02-03 09:25:42 +00:00
logging.py formatting 4/n: Trainer (#5720) 2021-02-03 09:25:42 +00:00
model_hooks.py Pass {fit,validate,test,predict} to setup() and teardown() (#6386) 2021-03-08 15:27:07 +01:00
optimizers.py Fix trainer not resetting lightning_optimizers (#6372) 2021-03-08 09:58:03 +08:00
predict_loop.py Remove no return warning from val/test step (#6139) 2021-03-06 17:15:21 +00:00
properties.py Refactor RunningStage usage in advance of implementing Trainer.validate() (#4945) 2021-03-06 12:40:19 +00:00
states.py Pass {fit,validate,test,predict} to setup() and teardown() (#6386) 2021-03-08 15:27:07 +01:00
supporters.py formatting 4/n: Trainer (#5720) 2021-02-03 09:25:42 +00:00
trainer.py fix logger creating directory structure too early in DDP (#6380) 2021-03-09 09:49:59 +00:00
training_loop.py Add check for verbose attribute of ModelCheckpoint (#6419) 2021-03-09 00:24:29 +01:00
training_tricks.py fix duplicate console logging bug v2 (#6275) 2021-03-02 15:17:55 +05:30