Emaad commited on
Commit
c750f5a
1 Parent(s): 63866ac

Upload 2 files

Browse files
Files changed (1) hide show
  1. nucleus_vqgan.yaml +1 -13
nucleus_vqgan.yaml CHANGED
@@ -3,7 +3,6 @@ model:
3
  target: taming.models.vqgan.VQModel
4
  params:
5
  image_key: nucleus
6
- monitor: val/rec_loss
7
  ckpt_path:
8
  embed_dim: 256
9
  n_embed: 512
@@ -31,15 +30,4 @@ model:
31
  disc_in_channels: 1
32
  disc_start: 50000
33
  disc_weight: 0.2
34
- codebook_weight: 1.0
35
-
36
- data:
37
- target: celle_main.CellDataModule
38
- params:
39
- data_csv: /data/HPA/train_test_split_50_pct_cluster.csv
40
- dataset: HPA
41
- text_seq_len: 0
42
- crop_size: 256
43
- resize: 600
44
- batch_size: 7
45
- num_workers: 8
 
3
  target: taming.models.vqgan.VQModel
4
  params:
5
  image_key: nucleus
 
6
  ckpt_path:
7
  embed_dim: 256
8
  n_embed: 512
 
30
  disc_in_channels: 1
31
  disc_start: 50000
32
  disc_weight: 0.2
33
+ codebook_weight: 1.0