Skip to content

Commit

Permalink
try "test" as api key
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Wälchli committed Apr 14, 2020
1 parent fd17318 commit fd77db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytorch_lightning/loggers/neptune.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class NeptuneLogger(LightningLoggerBase):
>>> # arguments made to NeptuneLogger are passed on to the neptune.experiments.Experiment class
>>> # We are using an api_key for the anonymous user "neptuner" but you can use your own.
>>> neptune_logger = NeptuneLogger(
... api_key='ANONYMOUS',
... project_name='shared/pytorch-lightning-integration',
... api_key='test',
... project_name='project',
... experiment_name='default', # Optional,
... params={'max_epochs': 10}, # Optional,
... tags=['pytorch-lightning', 'mlp'] # Optional,
Expand Down

0 comments on commit fd77db2

Please sign in to comment.