BonanDing commited on
Commit
5dc5f97
·
1 Parent(s): 93d7b0a

fix wandb project

Browse files
Files changed (1) hide show
  1. configurations/training.yaml +1 -1
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: DeMemWM # 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
 
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