Update config.yaml
Browse files- config.yaml +2 -2
config.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
model:
|
| 2 |
target: celle_main.CELLE_trainer
|
| 3 |
params:
|
| 4 |
-
ckpt_path:
|
| 5 |
condition_model_path:
|
| 6 |
condition_config_path: nucleus_vqgan.yaml
|
| 7 |
vqgan_model_path:
|
|
@@ -21,4 +21,4 @@ model:
|
|
| 21 |
fixed_embedding: true
|
| 22 |
text_embedding: esm2
|
| 23 |
loss_img_weight: 1
|
| 24 |
-
loss_cond_weight: 1
|
|
|
|
| 1 |
model:
|
| 2 |
target: celle_main.CELLE_trainer
|
| 3 |
params:
|
| 4 |
+
ckpt_path: model.ckpt
|
| 5 |
condition_model_path:
|
| 6 |
condition_config_path: nucleus_vqgan.yaml
|
| 7 |
vqgan_model_path:
|
|
|
|
| 21 |
fixed_embedding: true
|
| 22 |
text_embedding: esm2
|
| 23 |
loss_img_weight: 1
|
| 24 |
+
loss_cond_weight: 1
|