Rename 2023-04-08T07-38-29-project.yaml to config.yaml
Browse files- 2023-04-08T07-38-29-project.yaml +0 -39
- config.yaml +25 -0
2023-04-08T07-38-29-project.yaml
DELETED
|
@@ -1,39 +0,0 @@
|
|
| 1 |
-
model:
|
| 2 |
-
learning_rate: 0.0003
|
| 3 |
-
target: celle_main.CELLE_trainer
|
| 4 |
-
params:
|
| 5 |
-
ckpt_path: logs/2023-03-04T12-17-47_HPA_celle_ESM2_1280/checkpoints/epoch=000020.ckpt
|
| 6 |
-
condition_model_path: logs/2022-11-07T17-17-51_OpenCell_nucleus_vqgan_finetune/checkpoints/epoch=000468.ckpt
|
| 7 |
-
condition_config_path: logs/2022-11-07T17-17-51_OpenCell_nucleus_vqgan_finetune/configs/2023-02-23T19-14-01-project.yaml
|
| 8 |
-
vqgan_model_path: logs/2023-02-13T11-37-10_OpenCell_threshold_vqgan_finetune/checkpoints/last.ckpt
|
| 9 |
-
vqgan_config_path: logs/2023-02-13T11-37-10_OpenCell_threshold_vqgan_finetune/configs/2023-02-13T11-37-10-project.yaml
|
| 10 |
-
image_key: threshold
|
| 11 |
-
num_images: 2
|
| 12 |
-
dim: 1280
|
| 13 |
-
num_text_tokens: 33
|
| 14 |
-
text_seq_len: 1000
|
| 15 |
-
depth: 25
|
| 16 |
-
heads: 16
|
| 17 |
-
dim_head: 64
|
| 18 |
-
attn_dropout: 0.1
|
| 19 |
-
ff_dropout: 0.1
|
| 20 |
-
attn_types: full
|
| 21 |
-
rotary_emb: true
|
| 22 |
-
fixed_embedding: true
|
| 23 |
-
monitor: val/loss_epoch
|
| 24 |
-
text_embedding: esm2
|
| 25 |
-
loss_img_weight: 1
|
| 26 |
-
loss_cond_weight: 1
|
| 27 |
-
data:
|
| 28 |
-
target: celle_main.CellDataModule
|
| 29 |
-
params:
|
| 30 |
-
data_csv: /home/emaad/CELL-E_2/data/OpenCell/train_test_split_HPA_50.csv
|
| 31 |
-
dataset: OpenCell
|
| 32 |
-
sequence_mode: embedding
|
| 33 |
-
vocab: esm2
|
| 34 |
-
threshold: median
|
| 35 |
-
text_seq_len: 1000
|
| 36 |
-
crop_size: 256
|
| 37 |
-
resize: 600
|
| 38 |
-
batch_size: 1
|
| 39 |
-
num_workers: 8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.yaml
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model:
|
| 2 |
+
learning_rate: 0.0003
|
| 3 |
+
target: celle_main.CELLE_trainer
|
| 4 |
+
params:
|
| 5 |
+
ckpt_path: model.ckpt
|
| 6 |
+
condition_model_path:
|
| 7 |
+
condition_config_path: nucleus_vqgan.yaml
|
| 8 |
+
vqgan_model_path:
|
| 9 |
+
vqgan_config_path: threshold_vqgan.yaml
|
| 10 |
+
image_key: threshold
|
| 11 |
+
num_images: 2
|
| 12 |
+
dim: 1280
|
| 13 |
+
num_text_tokens: 33
|
| 14 |
+
text_seq_len: 1000
|
| 15 |
+
depth: 25
|
| 16 |
+
heads: 16
|
| 17 |
+
dim_head: 64
|
| 18 |
+
attn_dropout: 0.1
|
| 19 |
+
ff_dropout: 0.1
|
| 20 |
+
attn_types: full
|
| 21 |
+
rotary_emb: true
|
| 22 |
+
fixed_embedding: true
|
| 23 |
+
text_embedding: esm2
|
| 24 |
+
loss_img_weight: 1
|
| 25 |
+
loss_cond_weight: 1
|