File size: 1,527 Bytes
6da46dd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | {
"dataname": "all",
"batch_size": 128,
"window_size": 128,
"total_iter": 300000,
"warm_up_iter": 1000,
"lr": 0.0002,
"lr_scheduler": [
200000
],
"gamma": 0.05,
"weight_decay": 0.0,
"commit": 1,
"loss_vel": 0.1,
"recons_loss": "l2",
"code_dim": 1024,
"nb_code": 512,
"mu": 0.99,
"down_t": 2,
"stride_t": 2,
"width": 1024,
"depth": 3,
"dilation_growth_rate": 4,
"output_emb_width": 1024,
"vq_act": "relu",
"vq_norm": null,
"num_quantizers": 3,
"shared_codebook": false,
"quantize_dropout_prob": 0.2,
"quantizer": "ema_reset",
"beta": 1.0,
"resume_pth": null,
"resume_gpt": null,
"nb_joints": 22,
"w_motion": 1,
"w_joints": 0.02,
"w_vel": 0.02,
"w_acc": 0.02,
"w_foot": 0.02,
"out_dir": "/data1/hzy/HumanMotion/T2M-GPT_mofea264/output/exp_momask_finedance_mofea264_250625_1103",
"results_dir": "/data1/hzy/HumanMotion/T2M-GPT_mofea264/visual_results/",
"visual_name": "baseline",
"exp_name": "exp20250131",
"print_iter": 500,
"eval_iter": 500,
"seed": 123,
"vis_gt": false,
"nb_vis": 20,
"vel_decoder": false,
"rot_decoder": false,
"split_file_train": "/data1/hzy/HumanMotion/InfiniteDance/InfiniteDanceData/DataSet_Split/fine_train.txt",
"split_file_eval": "/data1/hzy/HumanMotion/InfiniteDance/InfiniteDanceData/DataSet_Split/fine_eval.txt",
"data_root": "/data1/hzy/HumanMotion/InfiniteDance/All_mofea/FineDance"
} |