Ouzhang commited on
Commit
eef2ce2
·
verified ·
1 Parent(s): e529373

Upload metadata/low_high_cost_8gpu_latent_text_continue_si/real_train_status.json with huggingface_hub

Browse files
metadata/low_high_cost_8gpu_latent_text_continue_si/real_train_status.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "ditto",
3
+ "launcher": "accelerate",
4
+ "accelerate_num_processes": 8,
5
+ "accelerate_config_file": "/mnt/si002961ale4/default/lgy/shiying/low-high-new/scripts/training/edit-model/accelerate_config_8gpu_bf16.yaml",
6
+ "cwd": "/mnt/si002961ale4/default/lgy/shiying/low-high-new/Ditto",
7
+ "command": [
8
+ "/opt/conda/bin/python3",
9
+ "-m",
10
+ "accelerate.commands.launch",
11
+ "--config_file",
12
+ "/mnt/si002961ale4/default/lgy/shiying/low-high-new/scripts/training/edit-model/accelerate_config_8gpu_bf16.yaml",
13
+ "--num_processes",
14
+ "8",
15
+ "/mnt/si002961ale4/default/lgy/shiying/low-high-new/Ditto/examples/wanvideo/model_training/train.py",
16
+ "--dataset_base_path",
17
+ "/mnt/si002961ale4/default/lgy/shiying/low-high-new",
18
+ "--dataset_metadata_path",
19
+ "/mnt/si002961ale4/default/lgy/shiying/low-high-new/out/edit_model_face_stage1/low_high_cost_8gpu_latent_text_continue_si/real_train/metadata.train.csv",
20
+ "--tokenizer_path",
21
+ "/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/google/umt5-xxl",
22
+ "--data_file_keys",
23
+ "video,vace_video",
24
+ "--height",
25
+ "480",
26
+ "--width",
27
+ "832",
28
+ "--num_frames",
29
+ "17",
30
+ "--dataset_repeat",
31
+ "1",
32
+ "--model_paths",
33
+ "[[\"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/diffusion_pytorch_model-00001-of-00007.safetensors\", \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/diffusion_pytorch_model-00002-of-00007.safetensors\", \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/diffusion_pytorch_model-00003-of-00007.safetensors\", \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/diffusion_pytorch_model-00004-of-00007.safetensors\", \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/diffusion_pytorch_model-00005-of-00007.safetensors\", \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/diffusion_pytorch_model-00006-of-00007.safetensors\", \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/diffusion_pytorch_model-00007-of-00007.safetensors\"], \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/models_t5_umt5-xxl-enc-bf16.pth\", \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/Wan2.1_VAE.pth\"]",
34
+ "--learning_rate",
35
+ "5e-05",
36
+ "--num_epochs",
37
+ "1",
38
+ "--remove_prefix_in_ckpt",
39
+ "pipe.vace.",
40
+ "--output_path",
41
+ "/mnt/si002961ale4/default/lgy/shiying/low-high-new/out/edit_model_face_stage1/low_high_cost_8gpu_latent_text_continue_si/real_train_output",
42
+ "--lora_base_model",
43
+ "vace",
44
+ "--lora_target_modules",
45
+ "q,k,v,o,ffn.0,ffn.2",
46
+ "--lora_rank",
47
+ "128",
48
+ "--extra_inputs",
49
+ "vace_video",
50
+ "--gradient_accumulation_steps",
51
+ "1",
52
+ "--dataset_num_workers",
53
+ "0",
54
+ "--weight_decay",
55
+ "0.01",
56
+ "--save_steps",
57
+ "5000",
58
+ "--lora_checkpoint",
59
+ "/mnt/si002961ale4/default/lgy/shiying/low-high-new/out/edit_model_face_stage1/base_sft_rebuild_merged_8gpu_latent_text_cuda_init/real_train_output/step-15214.safetensors",
60
+ "--latent_memory_mode",
61
+ "text",
62
+ "--latent_memory_tokens",
63
+ "4",
64
+ "--latent_memory_hidden_dim",
65
+ "0",
66
+ "--latent_memory_scale",
67
+ "1.0",
68
+ "--latent_memory_init_std",
69
+ "0.02",
70
+ "--latent_memory_checkpoint",
71
+ "/mnt/si002961ale4/default/lgy/shiying/low-high-new/out/edit_model_face_stage1/base_sft_rebuild_merged_8gpu_latent_text_cuda_init/real_train_output/step-15214.safetensors",
72
+ "--model_init_device",
73
+ "cuda"
74
+ ],
75
+ "command_pretty": "/opt/conda/bin/python3 -m accelerate.commands.launch --config_file /mnt/si002961ale4/default/lgy/shiying/low-high-new/scripts/training/edit-model/accelerate_config_8gpu_bf16.yaml --num_processes 8 /mnt/si002961ale4/default/lgy/shiying/low-high-new/Ditto/examples/wanvideo/model_training/train.py --dataset_base_path /mnt/si002961ale4/default/lgy/shiying/low-high-new --dataset_metadata_path /mnt/si002961ale4/default/lgy/shiying/low-high-new/out/edit_model_face_stage1/low_high_cost_8gpu_latent_text_continue_si/real_train/metadata.train.csv --tokenizer_path /mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/google/umt5-xxl --data_file_keys video,vace_video --height 480 --width 832 --num_frames 17 --dataset_repeat 1 --model_paths '[[\"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/diffusion_pytorch_model-00001-of-00007.safetensors\", \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/diffusion_pytorch_model-00002-of-00007.safetensors\", \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/diffusion_pytorch_model-00003-of-00007.safetensors\", \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/diffusion_pytorch_model-00004-of-00007.safetensors\", \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/diffusion_pytorch_model-00005-of-00007.safetensors\", \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/diffusion_pytorch_model-00006-of-00007.safetensors\", \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/diffusion_pytorch_model-00007-of-00007.safetensors\"], \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/models_t5_umt5-xxl-enc-bf16.pth\", \"/mnt/si002961ale4/default/lgy/shiying/low-high-new/models/Wan2.1-VACE-14B/Wan2.1_VAE.pth\"]' --learning_rate 5e-05 --num_epochs 1 --remove_prefix_in_ckpt pipe.vace. --output_path /mnt/si002961ale4/default/lgy/shiying/low-high-new/out/edit_model_face_stage1/low_high_cost_8gpu_latent_text_continue_si/real_train_output --lora_base_model vace --lora_target_modules q,k,v,o,ffn.0,ffn.2 --lora_rank 128 --extra_inputs vace_video --gradient_accumulation_steps 1 --dataset_num_workers 0 --weight_decay 0.01 --save_steps 5000 --lora_checkpoint /mnt/si002961ale4/default/lgy/shiying/low-high-new/out/edit_model_face_stage1/base_sft_rebuild_merged_8gpu_latent_text_cuda_init/real_train_output/step-15214.safetensors --latent_memory_mode text --latent_memory_tokens 4 --latent_memory_hidden_dim 0 --latent_memory_scale 1.0 --latent_memory_init_std 0.02 --latent_memory_checkpoint /mnt/si002961ale4/default/lgy/shiying/low-high-new/out/edit_model_face_stage1/base_sft_rebuild_merged_8gpu_latent_text_cuda_init/real_train_output/step-15214.safetensors --model_init_device cuda",
76
+ "train_metadata_path": "/mnt/si002961ale4/default/lgy/shiying/low-high-new/out/edit_model_face_stage1/low_high_cost_8gpu_latent_text_continue_si/real_train/metadata.train.csv",
77
+ "val_metadata_path": "/mnt/si002961ale4/default/lgy/shiying/low-high-new/out/edit_model_face_stage1/low_high_cost_8gpu_latent_text_continue_si/real_train/metadata.val.csv",
78
+ "output_path": "/mnt/si002961ale4/default/lgy/shiying/low-high-new/out/edit_model_face_stage1/low_high_cost_8gpu_latent_text_continue_si/real_train_output",
79
+ "lora_checkpoint": "/mnt/si002961ale4/default/lgy/shiying/low-high-new/out/edit_model_face_stage1/base_sft_rebuild_merged_8gpu_latent_text_cuda_init/real_train_output/step-15214.safetensors",
80
+ "lora_rank": 128,
81
+ "models_root": "/mnt/si002961ale4/default/lgy/shiying/low-high-new/models",
82
+ "supported": true,
83
+ "status": "completed",
84
+ "log_path": "out/edit_model_face_stage1/low_high_cost_8gpu_latent_text_continue_si/real_train.log",
85
+ "returncode": 0
86
+ }