lightning/pytorch_lightning
Philip E Blair 77f6aa43e5
Fix: Allow hashing of metrics with lists in their state (#5939)
* Fix: Allow hashing of metrics with lists in their state

* Add test case and modify semantics of Metric __hash__ in order to be compatible with structural equality checks

* Fix pep8 style issue

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-02-18 09:54:12 +00:00
..
accelerators Trainer only references accelerator (#6039) 2021-02-17 21:41:18 +01:00
callbacks [feat] Add Trainer(stochastic_weight_avg=True/False) (#6038) 2021-02-17 23:10:05 +00:00
core Add option for weight tying on TPU's (#5441) 2021-02-18 00:03:26 +00:00
distributed fix/enable - check F401 (#5201) 2020-12-21 10:15:04 +01:00
loggers MlflowLogger limit parameter value length to 250 char (#5893) 2021-02-16 21:22:06 +00:00
metrics Fix: Allow hashing of metrics with lists in their state (#5939) 2021-02-18 09:54:12 +00:00
overrides Add PredictLoop (#5752) 2021-02-16 17:11:56 -05:00
plugins Address code review for deepspeed (#6042) 2021-02-17 22:53:20 +00:00
profiler fixing some compatibility with PT 1.8 (#5864) 2021-02-09 18:25:57 +01:00
trainer drop deprecated result object 1/n (#5005) 2021-02-17 18:58:28 -05:00
tuner update lr_finder to check for attribute if not running fast_dev_run (#5990) 2021-02-17 07:15:29 -05:00
utilities Add option for weight tying on TPU's (#5441) 2021-02-18 00:03:26 +00:00
__init__.py v1.2.0rc1 (#5946) 2021-02-13 12:58:25 +00:00
py.typed
setup_tools.py Docs: move images (#5756) 2021-02-03 15:08:19 +00:00