Upload config.yaml
Browse files- Woosh-Flow/config.yaml +2 -2
Woosh-Flow/config.yaml
CHANGED
|
@@ -39,10 +39,10 @@ conditioners:
|
|
| 39 |
text:
|
| 40 |
exclude_from_checkpoint: true
|
| 41 |
trainable: false
|
| 42 |
-
path:
|
| 43 |
autoencoder:
|
| 44 |
exclude_from_checkpoint: true
|
| 45 |
trainable: false
|
| 46 |
-
path:
|
| 47 |
sigma_data: 1.0
|
| 48 |
pred_type: v_pred
|
|
|
|
| 39 |
text:
|
| 40 |
exclude_from_checkpoint: true
|
| 41 |
trainable: false
|
| 42 |
+
path: checkpoints/TextConditionerA
|
| 43 |
autoencoder:
|
| 44 |
exclude_from_checkpoint: true
|
| 45 |
trainable: false
|
| 46 |
+
path: checkpoints/Woosh-AE
|
| 47 |
sigma_data: 1.0
|
| 48 |
pred_type: v_pred
|