# configuration parsing starts here defaults: - experiment: exp_video # experiment yaml file name in configurations/experiments folder [fixme] - dataset: mixture # dataset yaml file name in configurations/dataset folder [fixme] - algorithm: wan_i2v # algorithm yaml file name in configurations/algorithm folder [fixme] - cluster: null # optional, cluster yaml file name in configurations/cluster folder. Leave null for local compute - _self_ debug: false # global debug flag will be passed into configuration of experiment, dataset and algorithm wandb: entity: yilundu-harvard-university # wandb account name / organization name [fixme] project: ei_world_model # wandb project name; if not provided, defaults to root folder name [fixme] mode: online # set wandb logging to online, offline or dryrun log_model: false # whether log ckpt and upload to wandb. "all" is recommended but may take a lot of space resume: null # wandb run id to resume logging and loading checkpoint from load: null # wanmdb run id containing checkpoint or a path to a checkpoint file