Update config.yaml
Browse files- config.yaml +2 -2
config.yaml
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
debug: false
|
| 2 |
seed: 42
|
| 3 |
-
|
|
|
|
| 4 |
training:
|
| 5 |
num_train_epochs: 10
|
| 6 |
max_train_steps: null
|
|
@@ -14,7 +15,6 @@ model:
|
|
| 14 |
modality: depth
|
| 15 |
pretrained_path: GonzaloMG/marigold-e2e-ft-depth
|
| 16 |
checkpoint_path: null
|
| 17 |
-
enable_xformers: null
|
| 18 |
unet_positional_encoding: RoPE
|
| 19 |
vae_use_RoPE: true
|
| 20 |
metric_depth: true
|
|
|
|
| 1 |
debug: false
|
| 2 |
seed: 42
|
| 3 |
+
enable_xformers: null
|
| 4 |
+
|
| 5 |
training:
|
| 6 |
num_train_epochs: 10
|
| 7 |
max_train_steps: null
|
|
|
|
| 15 |
modality: depth
|
| 16 |
pretrained_path: GonzaloMG/marigold-e2e-ft-depth
|
| 17 |
checkpoint_path: null
|
|
|
|
| 18 |
unet_positional_encoding: RoPE
|
| 19 |
vae_use_RoPE: true
|
| 20 |
metric_depth: true
|