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

8 lines
230 B
YAML
Raw Normal View History

2022-11-29 09:31:19 +08:00
# https://www.comet.ml
comet:
_target_: pytorch_lightning.loggers.comet.CometLogger
api_key: ${oc.env:COMET_API_TOKEN} # api key is loaded from environment variable
project_name: "template-tests"
experiment_name: ${name}