English
wala
unconditional-3d-generation
kamalrahimi commited on
Commit
655bc25
·
verified ·
1 Parent(s): 80c7bb4

Create args.json

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