lightning/pytorch_lightning
Oliver Neumann 9059d21042
Missing profiler attribute in add_argparse_args() ArgumentParser (#1794)
* Fixed typing annotation by adding boolean type. After that Profiler flag will be added to argparse.

* Updated CHANGELOG.md

* Updated git_init_arguments_and_types() to pass doctests.

* Added doctest example to add_argparse_parser()
2020-05-12 08:53:26 -04:00
..
callbacks enable fast_dev_run without a validation loop (#1779) 2020-05-11 11:30:22 -04:00
core Join Horovod workers at the end of trainer.fit() to prevent race conditions following training (#1786) 2020-05-12 09:15:25 +00:00
loggers Bug fix hparam logging with metrics (#1647) 2020-05-12 07:25:12 -04:00
logging Join Horovod workers at the end of trainer.fit() to prevent race conditions following training (#1786) 2020-05-12 09:15:25 +00:00
overrides Add ddp_cpu backend for testing ddp without GPUs (#1158) 2020-04-15 23:17:31 -04:00
profiler Profiler summary (#1259) 2020-03-31 08:57:48 -04:00
pt_overrides Join Horovod workers at the end of trainer.fit() to prevent race conditions following training (#1786) 2020-05-12 09:15:25 +00:00
root_module Join Horovod workers at the end of trainer.fit() to prevent race conditions following training (#1786) 2020-05-12 09:15:25 +00:00
trainer Missing profiler attribute in add_argparse_args() ArgumentParser (#1794) 2020-05-12 08:53:26 -04:00
utilities Feature: auto scale batch size (#1638) 2020-05-09 08:28:36 -04:00
__init__.py Option to provide seed to random generators to ensure reproducibility (#1572) 2020-05-12 07:53:20 -04:00