lightning/pytorch_lightning/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 notices (#4118) 2020-10-13 07:18:07 -04:00
base.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
comet.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
csv_logs.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
mlflow.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
neptune.py Added experiment_id to NeptuneLogger (#3462) 2020-11-16 23:50:23 +05:30
tensorboard.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
test_tube.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30
wandb.py logger docs and api docs (#3950) 2020-11-13 20:35:54 +05:30