lightning/pytorch_lightning/trainer
Kaushik B 74d79e7e0e
Raise an exception if check_val_every_n_epoch is not an integer (#6411)
* raise an exception if check_val_every_n_epoch is not an integer

* remove unused object

* add type hints

* add return type

* update exception message

* update exception message
2021-03-10 12:08:53 +05:30
..
connectors Raise an exception if check_val_every_n_epoch is not an integer (#6411) 2021-03-10 12:08:53 +05:30
__init__.py
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