Files
Matcha-TTS/configs/logger/neptune.yaml
Shivam Mehta f016784049 Initial commit
2023-09-16 17:51:36 +00:00

10 lines
277 B
YAML

# 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: ""