NeptuneLogger doesn't support fetching active experiment. #3389
Labels
feature
Is an improvement or enhancement
help wanted
Open to be worked on
won't fix
This will not be worked on
Hi!
🚀 Feature
Currently NeptuneLogger doesn't support reconnecting to active experiment. Each initialization always creates a new one and there is no option to pass existing experiment id.
However, this feature is already supported by Neptune library and actually implemented in _create_or_get_experiment() method inside NeptuneLogger class.
Proposal
Make it possible to pass optional argument experiment_id to class initialization.
With this replacement _create_or_get_experiment() function will be able to fetch existing experiment during class initialization.
If you don't mind i can make a PR with this small enhancement.
The text was updated successfully, but these errors were encountered: