Create config.yaml
Browse files- config.yaml +38 -0
config.yaml
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model:
|
| 2 |
+
name: charm
|
| 3 |
+
num_discrete_translation_x: [96, 320, 96]
|
| 4 |
+
num_discrete_translation_y: [96, 160, 256]
|
| 5 |
+
num_discrete_translation_z: [96, 320, 96]
|
| 6 |
+
continuous_range_translation_x: [-0.501, -0.1, 0.1, 0.501]
|
| 7 |
+
continuous_range_translation_y: [-0.501, 0.0, 0.3, 0.501]
|
| 8 |
+
continuous_range_translation_z: [-0.501, -0.15, 0.1, 0.501]
|
| 9 |
+
dim_translation_embed: 16
|
| 10 |
+
num_discrete_width: [64, 64]
|
| 11 |
+
continuous_range_width: [0, 0.03, 0.1]
|
| 12 |
+
dim_width_embed: 16
|
| 13 |
+
num_discrete_thickness: [64, 64]
|
| 14 |
+
continuous_range_thickness: [0, 0.02, 0.1]
|
| 15 |
+
dim_thickness_embed: 16
|
| 16 |
+
embed_order: xyzwt
|
| 17 |
+
dim: 768
|
| 18 |
+
attn_depth: 6
|
| 19 |
+
attn_heads: 6
|
| 20 |
+
max_token_len: 8192
|
| 21 |
+
dropout: 0.
|
| 22 |
+
coarse_pre_gateloop_depth: 3
|
| 23 |
+
gateloop_use_heinsen: False
|
| 24 |
+
shape_cond_with_cross_attn: False
|
| 25 |
+
shape_cond_with_film: False
|
| 26 |
+
shape_cond_with_cat: True
|
| 27 |
+
shape_condition_model_type: michelangelo
|
| 28 |
+
shape_condition_len: 77
|
| 29 |
+
shape_condition_dim: 768
|
| 30 |
+
dataset:
|
| 31 |
+
name: dev
|
| 32 |
+
pc_dir: ./test_cases/pc
|
| 33 |
+
max_length: 8192
|
| 34 |
+
range_translation: [-0.501, 0.501]
|
| 35 |
+
range_width: [0, 0.1]
|
| 36 |
+
range_thickness: [0, 0.1]
|
| 37 |
+
use_pc: True
|
| 38 |
+
pc_format: pn
|