Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 236 Bytes
a68743b |
1 2 3 4 5 6 7 8 9 |
# https://neptune.ai
_target_: lightning.pytorch.loggers.neptune.NeptuneLogger
api_key: ${oc.env:NEPTUNE_API_TOKEN} # api key is loaded from environment variable
project: username/CoVR
# name: ""
log_model_checkpoints: True
prefix: ""
|