Remove edge/config.yaml (configs live in the code repo)
Browse files- edge/config.yaml +0 -194
edge/config.yaml
DELETED
|
@@ -1,194 +0,0 @@
|
|
| 1 |
-
dataset:
|
| 2 |
-
normalization:
|
| 3 |
-
pcd_mean:
|
| 4 |
-
- 1.02373453
|
| 5 |
-
- 0.53175375
|
| 6 |
-
- 0.0537376513
|
| 7 |
-
- 86.1824935
|
| 8 |
-
- -1.33205849
|
| 9 |
-
- 0.0
|
| 10 |
-
pcd_std:
|
| 11 |
-
- 0.51201646
|
| 12 |
-
- 0.13567009
|
| 13 |
-
- 17.43921292
|
| 14 |
-
- 36.19954752
|
| 15 |
-
- 9.72246543
|
| 16 |
-
- 1.0
|
| 17 |
-
xlims:
|
| 18 |
-
- -150
|
| 19 |
-
- 150
|
| 20 |
-
ylims:
|
| 21 |
-
- -80
|
| 22 |
-
- 220
|
| 23 |
-
transformation_mean:
|
| 24 |
-
- 145.16962989
|
| 25 |
-
- 86.01913585
|
| 26 |
-
- -0.0125378371
|
| 27 |
-
- 113.507532
|
| 28 |
-
- 2.63046369
|
| 29 |
-
- 0
|
| 30 |
-
- 0
|
| 31 |
-
- 0
|
| 32 |
-
transformation_std:
|
| 33 |
-
- 157.87811579
|
| 34 |
-
- 42.82879761
|
| 35 |
-
- 26.06867645
|
| 36 |
-
- 32.42920198
|
| 37 |
-
- 22.29905009
|
| 38 |
-
- 1
|
| 39 |
-
- 1
|
| 40 |
-
- 1
|
| 41 |
-
edge_mean:
|
| 42 |
-
- 2.3970279360541352e-18
|
| 43 |
-
- -1.9892348017046765e-19
|
| 44 |
-
- 0.09893195163130523
|
| 45 |
-
- -0.0017836433981459866
|
| 46 |
-
- 0.15012577272667016
|
| 47 |
-
- -0.0017253331680633845
|
| 48 |
-
- 0
|
| 49 |
-
- 0
|
| 50 |
-
- 0
|
| 51 |
-
- 0
|
| 52 |
-
- 0
|
| 53 |
-
- 0
|
| 54 |
-
- 0.0537376513
|
| 55 |
-
- 86.1824935
|
| 56 |
-
- -1.33205849
|
| 57 |
-
edge_std:
|
| 58 |
-
- 21.576825529605706
|
| 59 |
-
- 18.163155526935864
|
| 60 |
-
- 0.18181337995282973
|
| 61 |
-
- 0.12167075047864404
|
| 62 |
-
- 0.2674056122223919
|
| 63 |
-
- 0.12166926019859103
|
| 64 |
-
- 1
|
| 65 |
-
- 1
|
| 66 |
-
- 1
|
| 67 |
-
- 1
|
| 68 |
-
- 1
|
| 69 |
-
- 1
|
| 70 |
-
- 17.43921292
|
| 71 |
-
- 36.19954752
|
| 72 |
-
- 9.72246543
|
| 73 |
-
_target_: datasets.garment_edge_dataset.GarmentEdgeDataset
|
| 74 |
-
garment_particle_dir: /scratch/m000051/george/gcdv2/garment_particles_v2.1_11182025
|
| 75 |
-
garment_edge_dir: /scratch/m000051/george/gcdv2/panel_edge_vecs
|
| 76 |
-
gcd_dir: /scratch/m000051/george/gcdv2/garmentcodedatav2
|
| 77 |
-
gcd_list_file: assets/gcd_list.txt
|
| 78 |
-
n_samples: null
|
| 79 |
-
n_points: 8196
|
| 80 |
-
n_curves: 38
|
| 81 |
-
n_panels: 37
|
| 82 |
-
uv_only: false
|
| 83 |
-
remove_bflag: false
|
| 84 |
-
jitter_pcd_scale: 0
|
| 85 |
-
jitter_uv_scale: 0
|
| 86 |
-
absolute_coords: false
|
| 87 |
-
random_dropout_scale: 0
|
| 88 |
-
order_panels_by: 3d
|
| 89 |
-
transformation_postfix: 11182025
|
| 90 |
-
predict_rigid_transformations: true
|
| 91 |
-
predict_attachment_type: true
|
| 92 |
-
predict_stitch_tags: true
|
| 93 |
-
predict_valid_mask: true
|
| 94 |
-
collate_fn: null
|
| 95 |
-
model:
|
| 96 |
-
_target_: models.lightningdit_edge_model_varlen.LightningCrossAttnDiTV3EdgeModelVarlen
|
| 97 |
-
depth: 24
|
| 98 |
-
hidden_size: 1024
|
| 99 |
-
num_heads: 16
|
| 100 |
-
use_qknorm: true
|
| 101 |
-
use_swiglu: true
|
| 102 |
-
use_rope: true
|
| 103 |
-
use_face_emebds: false
|
| 104 |
-
use_rmsnorm: true
|
| 105 |
-
wo_shift: false
|
| 106 |
-
in_channels: 15
|
| 107 |
-
use_checkpoint: false
|
| 108 |
-
backend: flash-attn
|
| 109 |
-
num_face_classes: 34
|
| 110 |
-
in_channels_context: 6
|
| 111 |
-
n_panels: 37
|
| 112 |
-
n_curves: 38
|
| 113 |
-
use_panel_embedding: false
|
| 114 |
-
point_encoder_type: linear
|
| 115 |
-
transport:
|
| 116 |
-
_target_: transport.transport.Transport
|
| 117 |
-
path_type: Linear
|
| 118 |
-
model_type: velocity
|
| 119 |
-
loss_type: null
|
| 120 |
-
sample_eps: null
|
| 121 |
-
train_eps: null
|
| 122 |
-
use_cosine_loss: false
|
| 123 |
-
use_lognorm: true
|
| 124 |
-
denormalize_loss: false
|
| 125 |
-
use_closure_loss: false
|
| 126 |
-
use_valid_loss: false
|
| 127 |
-
sample:
|
| 128 |
-
mode: ODE
|
| 129 |
-
sampling_method: euler
|
| 130 |
-
atol: 1.0e-06
|
| 131 |
-
rtol: 0.001
|
| 132 |
-
reverse: false
|
| 133 |
-
likelihood: false
|
| 134 |
-
num_sampling_steps: 250
|
| 135 |
-
cfg_scale: 0
|
| 136 |
-
per_proc_batch_size: 5
|
| 137 |
-
fid_num: 5
|
| 138 |
-
cfg_interval_start: 0.11
|
| 139 |
-
timestep_shift: 0.3
|
| 140 |
-
curve_sampling: false
|
| 141 |
-
stitch_sampling: false
|
| 142 |
-
ckpt_path: null
|
| 143 |
-
data:
|
| 144 |
-
val_split: assets/garment_particle_v2_test_11182025.txt
|
| 145 |
-
train_split: assets/garment_particle_v2_train_11182025.txt
|
| 146 |
-
workers_per_gpu: 8
|
| 147 |
-
sampler: null
|
| 148 |
-
train:
|
| 149 |
-
max_steps: 320000
|
| 150 |
-
global_batch_size: 128
|
| 151 |
-
global_seed: 0
|
| 152 |
-
deterministic: false
|
| 153 |
-
diff_seed: true
|
| 154 |
-
exp_name: garment_edges_l_v2.2_everything
|
| 155 |
-
wandb_dir: /scratch/m000051/george/InteractGarment
|
| 156 |
-
wandb_cache_dir: /scratch/m000051/george/InteractGarment/cache
|
| 157 |
-
wandb_project: interact-garment
|
| 158 |
-
ckpt: null
|
| 159 |
-
log_every: 10
|
| 160 |
-
ckpt_every: 1000
|
| 161 |
-
sample_every: 10000
|
| 162 |
-
eval_every: 5000
|
| 163 |
-
gradient_accumulation_steps: 1
|
| 164 |
-
resume: outputs/garment_edges_l_v2.2_everything_cont/checkpoints
|
| 165 |
-
weight_init: outputs/garment_edges_l_v2.2_everything_cont/checkpoints/0160000
|
| 166 |
-
max_checkpoints: 2
|
| 167 |
-
log_level: INFO
|
| 168 |
-
mp_start_method: fork
|
| 169 |
-
cudnn_benchmark: false
|
| 170 |
-
eval:
|
| 171 |
-
sample_per_batch: 1
|
| 172 |
-
n_samples: 4
|
| 173 |
-
n_point_list: assets/n_points.txt
|
| 174 |
-
caption_list: assets/example_captions.txt
|
| 175 |
-
use_ema: true
|
| 176 |
-
using_cfg: false
|
| 177 |
-
evaluate: false
|
| 178 |
-
mode: val
|
| 179 |
-
custom_data_dir: null
|
| 180 |
-
optimizer:
|
| 181 |
-
lr: 0.0001
|
| 182 |
-
beta2: 0.99
|
| 183 |
-
max_grad_norm: 1.0
|
| 184 |
-
warmup_ratio: 0.01
|
| 185 |
-
warmup_steps: 100
|
| 186 |
-
weight_decay: 0
|
| 187 |
-
param_groups: null
|
| 188 |
-
dist_params:
|
| 189 |
-
backend: nccl
|
| 190 |
-
timeout: 3600
|
| 191 |
-
fsdp:
|
| 192 |
-
param_dtype: bfloat16
|
| 193 |
-
reduce_dtype: float32
|
| 194 |
-
reshard_after_forward: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|