zhuhz22 commited on
Commit
fed4a17
·
verified ·
1 Parent(s): ee266fd

End of training

Browse files
Files changed (1) hide show
  1. config.yaml +36 -0
config.yaml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ use_ema: true
2
+ output_dir: results/train
3
+ pretrained_model_path: /mnt/vepfs/zhaomin/projects/LargeData/checkpoints/stable-video-diffusion-img2vid/
4
+ train_data:
5
+ file_path: /mnt/vepfs/zhaomin/projects/scence_fusion/improved-svd/finalre/webvid.csv
6
+ video_folder: /mnt/vepfs/bigdata/video_datasets/webvid/2M_train
7
+ sample_size: 320,512
8
+ fps: 3
9
+ sample_n_frames: 16
10
+ validation_folder: /mnt/vepfs/zhaomin/projects/scence_fusion/improved-svd/SVD_diffusers/demo
11
+ motion_bucket_id: 20.0
12
+ cfg_random_null_ratio: 0.1
13
+ resume_path: ''
14
+ ema_decay: 0.9999
15
+ noise_scheduler_kwargs:
16
+ P_mean: -1.2
17
+ P_std: 1.2
18
+ sigma_data: 1
19
+ beta_m: 15
20
+ a: 5
21
+ max_train_steps: 100000
22
+ validation_steps: 10
23
+ learning_rate: 3.0e-05
24
+ scale_lr: false
25
+ lr_scheduler: constant
26
+ train_batch_size: 1
27
+ adam_beta1: 0.9
28
+ adam_beta2: 0.999
29
+ adam_weight_decay: 0.01
30
+ adam_epsilon: 1.0e-08
31
+ gradient_accumulation_steps: 1
32
+ gradient_checkpointing: true
33
+ checkpointing_steps: 10000
34
+ mixed_precision_training: true
35
+ global_seed: 23
36
+ max_grad_norm: 1.0