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 Oct 7, 2020
1 parent 6cc1ece commit 28d9418
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 @@ -185,7 +185,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 28d9418

Please sign in to comment.