flash-attention/training/configs/logger/neptune.yaml

12 lines
325 B
YAML
Raw Normal View History

2022-11-29 09:31:19 +08:00
# https://neptune.ai
neptune:
_target_: pytorch_lightning.loggers.neptune.NeptuneLogger
api_key: ${oc.env:NEPTUNE_API_TOKEN} # api key is loaded from environment variable
project_name: your_name/template-tests
close_after_fit: True
offline_mode: False
experiment_name: ${name}
experiment_id: null
prefix: ""