kamalrahimi
commited on
Commit
•
9f98412
1
Parent(s):
b66e1c4
Create args.json
Browse files
args.json
ADDED
@@ -0,0 +1,173 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"restore_path": null,
|
3 |
+
"prefetch_factor": null,
|
4 |
+
"matual_precision": "medium",
|
5 |
+
"max_concurrency": 1500,
|
6 |
+
"multipart_size": 8388608,
|
7 |
+
"print_every": 100,
|
8 |
+
"save_every": 100,
|
9 |
+
"validation_every": 15000,
|
10 |
+
"validation_every_log": 500,
|
11 |
+
"visualization_every": 15000,
|
12 |
+
"log_level": "info",
|
13 |
+
"experiment_type": "max",
|
14 |
+
"experiment_every": 5,
|
15 |
+
"fast_dev_run": false,
|
16 |
+
"limit_val_batches": 0.05,
|
17 |
+
"ft_train_number": null,
|
18 |
+
"ft_train_datasets": null,
|
19 |
+
"val_cnt": null,
|
20 |
+
"use_even_val": false,
|
21 |
+
"use_ema": true,
|
22 |
+
"ema_decay": 0.9999,
|
23 |
+
"use_ema_weights": true,
|
24 |
+
"use_compile": true,
|
25 |
+
"batch_size": 8,
|
26 |
+
"test_batch_size": 8,
|
27 |
+
"num_workers": 23,
|
28 |
+
"test_threshold": 0.05,
|
29 |
+
"num_gpus": 8,
|
30 |
+
"seed": 1,
|
31 |
+
"epochs": 300,
|
32 |
+
"optimizer": "Adam",
|
33 |
+
"lr": 0.0001,
|
34 |
+
"train_mode": "train",
|
35 |
+
"use_local_storage": false,
|
36 |
+
"auto_exp_name": null,
|
37 |
+
"input_type": "Wavelet",
|
38 |
+
"output_type": "Wavelet",
|
39 |
+
"encoder_type": "General_Encoder_Down_2",
|
40 |
+
"decoder_type": "General_Decoder_Up_2",
|
41 |
+
"encoder_num_tran": 0,
|
42 |
+
"decoder_num_tran": 0,
|
43 |
+
"last_feature_transform": null,
|
44 |
+
"reconstruct_loss_type": "mean",
|
45 |
+
"quantizer_type": "original",
|
46 |
+
"normalize_latent": null,
|
47 |
+
"e_dim": 4,
|
48 |
+
"n_e": 1024,
|
49 |
+
"beta": 0.25,
|
50 |
+
"sample_mode": "bilinear",
|
51 |
+
"padding": 0.1,
|
52 |
+
"gamma": 1,
|
53 |
+
"grid_size": 12,
|
54 |
+
"t_loss": 1.0,
|
55 |
+
"num_latent_tokens": 256,
|
56 |
+
"dataset_name": "all",
|
57 |
+
"voxel_transform": null,
|
58 |
+
"num_points": 2048,
|
59 |
+
"num_sdf_points": 5000,
|
60 |
+
"categories": null,
|
61 |
+
"resolution": 256,
|
62 |
+
"max_depth": 3,
|
63 |
+
"max_training_level": 2,
|
64 |
+
"point_num": 16384,
|
65 |
+
"keep_level": 2,
|
66 |
+
"data_keep_level": 2,
|
67 |
+
"wavelet": "bior6.8",
|
68 |
+
"padding_mode": "constant",
|
69 |
+
"use_normalization": false,
|
70 |
+
"use_shift_mean": false,
|
71 |
+
"start_stage": 0,
|
72 |
+
"use_adaptive_stage_update": false,
|
73 |
+
"no_rebalance_loss": true,
|
74 |
+
"use_compact_indices": true,
|
75 |
+
"sample_threshold_ratio": 0.03125,
|
76 |
+
"use_batched_threshold": true,
|
77 |
+
"use_sample_training": true,
|
78 |
+
"use_sample_threshold": true,
|
79 |
+
"div_hyp": 1.0,
|
80 |
+
"checkpoint": null,
|
81 |
+
"use_timestamp": false,
|
82 |
+
"num_iterations": 300000,
|
83 |
+
"gpu": "0",
|
84 |
+
"threshold": 0.45,
|
85 |
+
"sampling_type": null,
|
86 |
+
"auto_precision": "bf16",
|
87 |
+
"gradient_clip_val": 1.0,
|
88 |
+
"dropout": 0.0,
|
89 |
+
"sdf_points": 20000,
|
90 |
+
"sdf_sample_type": "mixture",
|
91 |
+
"sdf_res": 256,
|
92 |
+
"greater_or_no": true,
|
93 |
+
"use_s3": true,
|
94 |
+
"wavelet_transform": "all",
|
95 |
+
"test_file_name": "model_performance.csv",
|
96 |
+
"network_type": "latent_uvit",
|
97 |
+
"diffusion_beta_schedule": "cosine",
|
98 |
+
"diffusion_step": 1000,
|
99 |
+
"diffusion_rescale_timestep": 100,
|
100 |
+
"diffusion_scale_ratio": 1.0,
|
101 |
+
"diffusion_model_var_type": "FIXED_SMALL",
|
102 |
+
"diffusion_model_mean_type": "START_X",
|
103 |
+
"diffusion_loss_type": "MSE",
|
104 |
+
"diffusion_sampler": "second-order",
|
105 |
+
"dit_block_type": "cross_dit",
|
106 |
+
"att_patch_size": 1,
|
107 |
+
"att_hidden_size": 1152,
|
108 |
+
"transformer_num_blocks": 32,
|
109 |
+
"transformer_num_heads": 16,
|
110 |
+
"transformer_add_num_register": 0,
|
111 |
+
"unet_model_channels": 128,
|
112 |
+
"unet_num_res_blocks": [
|
113 |
+
3
|
114 |
+
],
|
115 |
+
"learnable_skip_r": null,
|
116 |
+
"add_condition_res_ch": 128,
|
117 |
+
"with_fix_pos": true,
|
118 |
+
"cond_num_mapping_layers": 0,
|
119 |
+
"add_condition_time_ch": true,
|
120 |
+
"add_condition_input_ch": null,
|
121 |
+
"use_pointcloud_conditions": false,
|
122 |
+
"pc_encoder_type": "PointNet_Simple",
|
123 |
+
"use_pointvoxel_encoder": false,
|
124 |
+
"num_pc_points": 2500,
|
125 |
+
"use_pc_samples": false,
|
126 |
+
"sample_num": 2500,
|
127 |
+
"pc_dims": 1024,
|
128 |
+
"num_inds": 1024,
|
129 |
+
"pc_output_dim": 1024,
|
130 |
+
"use_voxel_conditions": false,
|
131 |
+
"voxel_context_dim": 1024,
|
132 |
+
"voxel_dim": 8,
|
133 |
+
"voxel_resolution": 16,
|
134 |
+
"use_image_conditions": true,
|
135 |
+
"use_camera_index": false,
|
136 |
+
"render_resolution": 384,
|
137 |
+
"max_images_num": 55,
|
138 |
+
"image_transform": "dino",
|
139 |
+
"clip_model_type": "dino-l-14_reg",
|
140 |
+
"input_view_cnt": 4,
|
141 |
+
"use_multiple_views_grids": false,
|
142 |
+
"training_views": null,
|
143 |
+
"testing_views": null,
|
144 |
+
"use_depth_conditions": false,
|
145 |
+
"use_wavelet_conditions": false,
|
146 |
+
"dp_cond": 0.05,
|
147 |
+
"scale": 3,
|
148 |
+
"guidance_type": null,
|
149 |
+
"dp_cond_type": null,
|
150 |
+
"use_autoencoder": false,
|
151 |
+
"checkpoint_type": "last_ft_10000",
|
152 |
+
"pre_quant": true,
|
153 |
+
"latent_normalization": false,
|
154 |
+
"use_autoencoder_ema": false,
|
155 |
+
"filter_path": "filter_list",
|
156 |
+
"finetune": false,
|
157 |
+
"finetune_dp_cond": null,
|
158 |
+
"finetune_dp_cond_type": null,
|
159 |
+
"test_log_num": null,
|
160 |
+
"precision": "bf16",
|
161 |
+
"gradient_clip_val_2": 1.0,
|
162 |
+
"wavelet_transform_2": null,
|
163 |
+
"weight_decay": 0.0,
|
164 |
+
"opt_eps": 1e-08,
|
165 |
+
"latent_lr": 0.0001,
|
166 |
+
"pin_memory": false,
|
167 |
+
"n_px": 224,
|
168 |
+
"cond_emb_dim": 1024,
|
169 |
+
"cond_grid_size": 256,
|
170 |
+
"cond_grid_emb_size": 1024,
|
171 |
+
"condition_dim": 1024,
|
172 |
+
"num_cond_vectors": 256
|
173 |
+
}
|