# An entity is a username or team name where you're sending runs.
# By default it will log the run to your user account.
# Project name to be used while logging the experiment with wandb
# Experiment/ run name to be used while logging the experiment
# under the project with wandb. The default experiment name
# is: ${training.experiment_name}
name: ${training.experiment_name}
# Turn on model checkpointing, saving checkpoints to W&B Artifacts
log_model_checkpoint: true
# Additional argument values that you want to pass to wandb.init().
# Check out the documentation at https://docs.wandb.ai/ref/python/init
# to see what arguments are available, such as:
# To change the path to the directory where wandb metadata would be
# stored (Default: env.log_dir):
wandb_logdir: ${env:MMF_WANDB_LOGDIR,}