Emaad commited on
Commit
6ef5d3b
·
1 Parent(s): dcde5b6

Rename 2022-04-09T07-06-25-project.yaml to configg.yaml

Browse files
2022-04-09T07-06-25-project.yaml → configg.yaml RENAMED
@@ -2,11 +2,11 @@ model:
2
  learning_rate: 0.0003
3
  target: dalle_main.DALLE_trainer
4
  params:
5
- ckpt_path: null
6
- condition_model_path: vqgan_logs/2022-02-27T16-16-41_nucleus_vqgan/checkpoints/last.ckpt
7
- condition_config_path: vqgan_logs/2022-02-27T16-16-41_nucleus_vqgan/configs/2022-02-27T16-16-41-project.yaml
8
- vqgan_model_path: vqgan_logs/2022-02-27T16-17-16_threshold_vqgan/checkpoints/last.ckpt
9
- vqgan_config_path: vqgan_logs/2022-02-27T16-17-16_threshold_vqgan/configs/2022-02-27T16-17-16-project.yaml
10
  image_key: threshold
11
  num_images: 2
12
  dim: 768
@@ -22,18 +22,4 @@ model:
22
  rotary_emb: true
23
  loss_type: logits
24
  fixed_embedding: true
25
- monitor: val/loss_img_epoch
26
  text_embedding: bert
27
- data:
28
- target: dalle_main.CellDataModule
29
- params:
30
- config_file: data/train_test_split.csv
31
- crop_size: 256
32
- batch_size: 1
33
- sequence_mode: embedding
34
- vocab: bert
35
- threshold: true
36
- num_text_tokens: 30
37
- text_seq_len: 1000
38
- include_eos: true
39
- num_workers: 16
 
2
  learning_rate: 0.0003
3
  target: dalle_main.DALLE_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: 768
 
22
  rotary_emb: true
23
  loss_type: logits
24
  fixed_embedding: true
 
25
  text_embedding: bert