File size: 277 Bytes
12bfd03
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# https://neptune.ai

neptune:
  _target_: lightning.pytorch.loggers.neptune.NeptuneLogger
  api_key: ${oc.env:NEPTUNE_API_TOKEN} # api key is loaded from environment variable
  project: username/lightning-hydra-template
  # name: ""
  log_model_checkpoints: True
  prefix: ""