fix wandb project
Browse files
configurations/training.yaml
CHANGED
|
@@ -9,7 +9,7 @@ debug: false # global debug flag will be passed into configuration of experiment
|
|
| 9 |
|
| 10 |
wandb:
|
| 11 |
entity: turlin # wandb account name / organization name [fixme]
|
| 12 |
-
project:
|
| 13 |
mode: offline # set wandb logging to online, offline or dryrun
|
| 14 |
|
| 15 |
resume: null # wandb run id to resume logging and loading checkpoint from
|
|
|
|
| 9 |
|
| 10 |
wandb:
|
| 11 |
entity: turlin # wandb account name / organization name [fixme]
|
| 12 |
+
project: worldmem # wandb project name; if not provided, defaults to root folder name [fixme]
|
| 13 |
mode: offline # set wandb logging to online, offline or dryrun
|
| 14 |
|
| 15 |
resume: null # wandb run id to resume logging and loading checkpoint from
|