xizaoqu commited on
Commit
d371665
·
1 Parent(s): 100414d
Files changed (1) hide show
  1. app.sh +0 -50
app.sh DELETED
@@ -1,50 +0,0 @@
1
- wandb disabled
2
- # srun -p a6000_xgpan -w MICL-PanXGSvr2 --gres=gpu:1 --ntasks-per-node=1 --cpus-per-task=8 \
3
- export WANDB_API_KEY=a4f0741e80f509317597ad944a7292fabcb68bdf
4
-
5
- CHECKPOINT_PATH="checkpoints/diffusion_only.ckpt"
6
-
7
- python -m app +name=pumpkin \
8
- algorithm=df_video_worldmemminecraft \
9
- +checkpoint_path=$CHECKPOINT_PATH \
10
- experiment.tasks=[interactive] \
11
- dataset.validation_multiplier=1 \
12
- dataset=video_minecraft \
13
- +customized_load=true \
14
- +dataset.n_frames_valid=100 \
15
- +algorithm.n_tokens=8 \
16
- +load_vae=false \
17
- +load_t_to_r=false \
18
- +zero_init_gate=false \
19
- experiment.validation.batch_size=1 \
20
- +algorithm.pose_cond_dim=5 \
21
- +algorithm.condition_similar_length=8 \
22
- +dataset.condition_similar_length=8 \
23
- +algorithm.use_plucker=true \
24
- +dataset.use_plucker=true \
25
- +dataset.padding_pool=10 \
26
- +dataset.focal_length=0.35 \
27
- +algorithm.focal_length=0.35 \
28
- +only_tune_refer=false \
29
- +dataset.customized_validation=true \
30
- +algorithm.customized_validation=true \
31
- algorithm.context_frames=90 \
32
- +algorithm.vis_gt=true \
33
- +algorithm.relative_embedding=true \
34
- dataset.save_dir=data/test_pumpkin \
35
- +algorithm.log_video=true \
36
- experiment.training.data.num_workers=4 \
37
- experiment.validation.data.num_workers=4 \
38
- +dataset.angle_range=30 \
39
- +dataset.pos_range=0.5 \
40
- +algorithm.cond_only_on_qk=true \
41
- +algorithm.add_pose_embed=false \
42
- +algorithm.use_domain_adapter=false \
43
- +algorithm.use_reference_attention=true \
44
- +algorithm.add_frame_timestep_embedder=true \
45
- +dataset.add_frame_timestep_embedder=true \
46
- experiment.validation.limit_batch=1 \
47
- algorithm.diffusion.sampling_timesteps=20 \
48
- +algorithm.is_interactive=true \
49
- +vae_path=checkpoints/vae_only.ckpt \
50
- +pose_predictor_path=checkpoints/pose_prediction_model_only.ckpt