Skip to content

Commit

Permalink
potential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psinger authored and Borda committed Sep 29, 2020
1 parent 4c9cf5b commit a1d3044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/loggers/neptune.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def __init__(
self.experiment_name = experiment_name
self._kwargs = kwargs
self._experiment_id = None
self._experiment = self._create_or_get_experiment()
self._experiment = None

log.info(f'NeptuneLogger will work in {"offline" if self.offline_mode else "online"} mode')

Expand Down

0 comments on commit a1d3044

Please sign in to comment.