lightning/pytorch_lightning/loggers
Piotr Jander 3ca1fbbf49 Ignore `step` param in Neptune logger's log_metric method (#5510)
* Ignore `step` param in Neptune logger's log_metric method

The `step` parameter is ignored because Neptune requires strictly increasing step values, a condition which is sometimes violated in Lighting e.g. when `fit()` and `test()` are called one after another on some models. `step` could be enabled again once Lightning guarantees that step values are always strictly increasing.

Also a minor bugfix: the `log_text()` method should use Neptune's `log_text()` method.

* Update neptune.py

* Update test_neptune.py

* Update test_all.py

* fix neptune tests

* add chlog

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
(cherry picked from commit 5d76b31881)
2021-02-04 20:55:41 +01:00
..
__init__.py refactor imports of logger dependencies (#4860) 2021-01-06 15:16:06 +01:00
base.py FIX-5311: Cast to string `_flatten_dict` (#5354) 2021-01-06 15:16:46 +01:00
comet.py Fix isort failures in loggers (#5527) 2021-01-15 22:53:56 +05:30
csv_logs.py update logging docs and decorators (#4431) 2020-12-01 11:35:00 +05:30
mlflow.py Fix isort failures in loggers (#5527) 2021-01-15 22:53:56 +05:30
neptune.py Ignore `step` param in Neptune logger's log_metric method (#5510) 2021-02-04 20:55:41 +01:00
tensorboard.py Tensorboard Docu about Hyperparams saving (#5158) 2021-02-03 19:41:45 +01:00
test_tube.py refactor imports of logger dependencies (#4860) 2021-01-06 15:16:06 +01:00
wandb.py flake8 & isort (#5647) 2021-01-25 14:31:38 -05:00