lightning/tests/loggers
Maxim Ostroukhov c208ac68c8
Added experiment_id to NeptuneLogger (#3462)
* 1) Added experiment_id to NeptuneLogger initialization input arguments.
2) Now function _create_or_get_experiment() overrides "experiment_name", "params", "properties", "tags".

* Added test case for existing experiment.

* Revert "Added test case for existing experiment."

This reverts commit 9f3ba2e37b.

* Added test case for existing experiment.

* Fix merging issue.

* Moved experiment_id assignment directly to the part with experiment initialization.

* Update pytorch_lightning/loggers/neptune.py

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-11-16 23:50:23 +05:30
..
__init__.py Logger tests and fixes (#1009) 2020-03-02 20:49:14 -05:00
test_all.py isolate PL debugger in tests (#4643) 2020-11-14 11:22:56 +00:00
test_base.py notices (#4118) 2020-10-13 07:18:07 -04:00
test_comet.py Add step index in checkpoint name (#3807) 2020-11-02 15:05:58 +01:00
test_csv.py notices (#4118) 2020-10-13 07:18:07 -04:00
test_mlflow.py fix logged keys in mlflow logger (#4412) 2020-11-10 17:20:25 +05:30
test_neptune.py Added experiment_id to NeptuneLogger (#3462) 2020-11-16 23:50:23 +05:30
test_tensorboard.py [test] Accumulated gradient optimization tests (#4477) 2020-11-02 23:44:11 +00:00
test_wandb.py Add step index in checkpoint name (#3807) 2020-11-02 15:05:58 +01:00