lightning/pytorch_lightning/trainer
Kaushik B 44d775fccf
Update Error message for ProfileConnector (#7204)
* Update Error message for ProfileConnector

* Update test
2021-04-25 11:37:21 -07:00
..
connectors Update Error message for ProfileConnector (#7204) 2021-04-25 11:37:21 -07:00
__init__.py added trainer api docs (#4569) 2020-11-07 14:18:45 -05:00
callback_hook.py Add `on_predict_{batch,epoch}_{start,end}` and `Callback.on_predict_{start,end}` (#7141) 2021-04-22 10:05:28 -04:00
configuration_validator.py Add trainer.predict config validation (#6543) 2021-03-21 21:07:54 +00:00
data_loading.py [bugfix] Add support for CombinedLoader in validation with ddp (#7102) 2021-04-20 08:22:02 +00:00
deprecated_api.py Simplify deprecations (#6620) 2021-03-25 15:26:38 +01:00
evaluation_loop.py Create pytorch_lightning/utilities/types.py (#7048) 2021-04-19 14:43:16 +02:00
ignored_warnings.py formatting 4/n: Trainer (#5720) 2021-02-03 09:25:42 +00:00
logging.py Move metrics_to_scalars to a dedicated utilities file (#7180) 2021-04-24 10:25:33 +01:00
model_hooks.py Pass {fit,validate,test,predict} to setup() and teardown() (#6386) 2021-03-08 15:27:07 +01:00
optimizers.py Disable `lr_scheduler.step()` in manual optimization (#6825) 2021-04-20 13:00:45 +02:00
predict_loop.py Add `on_predict_{batch,epoch}_{start,end}` and `Callback.on_predict_{start,end}` (#7141) 2021-04-22 10:05:28 -04:00
properties.py Simple reproducibility with minimum boilerplate CLI training with `LightningCLI` (#4492) 2021-04-06 14:19:11 +01:00
states.py Add Trainer.validate(…) method to run one validation epoch (#4948) 2021-03-11 03:46:37 +01:00
supporters.py [bugfix] Add support for CombinedLoader in validation with ddp (#7102) 2021-04-20 08:22:02 +00:00
trainer.py add missing predict docs (#7150) 2021-04-23 10:38:44 +00:00
training_loop.py Fix `lr_finder` suggesting too high learning rates (#7076) 2021-04-23 10:59:40 +00:00
training_tricks.py Move NaN/Inf detection to a separate utilities file (#6834) 2021-04-09 01:47:02 +02:00