aadarsh99 commited on
Commit
e70904b
·
1 Parent(s): 425b0c0

added vqgan codebooks and checkpoints

Browse files
Files changed (13) hide show
  1. vqgan-models-and-codebooks/clevr/2024-10-10T09-21-36_custom_vqgan_CLEVR-LARGE/checkpoints/last.ckpt +3 -0
  2. vqgan-models-and-codebooks/clevr/2024-10-10T09-21-36_custom_vqgan_CLEVR-LARGE/configs/2024-10-10T09-21-36-lightning.yaml +5 -0
  3. vqgan-models-and-codebooks/clevr/2024-10-10T09-21-36_custom_vqgan_CLEVR-LARGE/configs/2024-10-10T09-21-36-project.yaml +46 -0
  4. vqgan-models-and-codebooks/clevr/custom_vqgan_embedding_1024CLEVRLARGE_256dim.npy +3 -0
  5. vqgan-models-and-codebooks/domain-agnostic/quantize_weight_8192.npy +3 -0
  6. vqgan-models-and-codebooks/objaworld/2025-01-17T09-02-22_custom_vqgan_SYNTHETIC_LIVINGROOM_PARK_LARGE_EP100/checkpoints/last.ckpt +3 -0
  7. vqgan-models-and-codebooks/objaworld/2025-01-17T09-02-22_custom_vqgan_SYNTHETIC_LIVINGROOM_PARK_LARGE_EP100/configs/2025-01-17T09-02-22-lightning.yaml +5 -0
  8. vqgan-models-and-codebooks/objaworld/2025-01-17T09-02-22_custom_vqgan_SYNTHETIC_LIVINGROOM_PARK_LARGE_EP100/configs/2025-01-17T09-02-22-project.yaml +46 -0
  9. vqgan-models-and-codebooks/objaworld/custom_vqgan_embedding_256SYNTHETIC_LIVINGROOM_PARK_LARGE_EP100_256dim.npy +3 -0
  10. vqgan-models-and-codebooks/objectron/2024-11-03T05-41-42_custom_vqgan_OMNI3D_OBJECTRON_ep200/checkpoints/last.ckpt +3 -0
  11. vqgan-models-and-codebooks/objectron/2024-11-03T05-41-42_custom_vqgan_OMNI3D_OBJECTRON_ep200/configs/2024-11-03T05-41-42-lightning.yaml +5 -0
  12. vqgan-models-and-codebooks/objectron/2024-11-03T05-41-42_custom_vqgan_OMNI3D_OBJECTRON_ep200/configs/2024-11-03T05-41-42-project.yaml +46 -0
  13. vqgan-models-and-codebooks/objectron/custom_vqgan_embedding_256Omni3D-OBJECTRON_256dim.npy +3 -0
vqgan-models-and-codebooks/clevr/2024-10-10T09-21-36_custom_vqgan_CLEVR-LARGE/checkpoints/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fc8beef5a4b9bce164455de4c2bc2afd4f8b5a8448189055ecc5086008c2232
3
+ size 958116547
vqgan-models-and-codebooks/clevr/2024-10-10T09-21-36_custom_vqgan_CLEVR-LARGE/configs/2024-10-10T09-21-36-lightning.yaml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ lightning:
2
+ trainer:
3
+ max_epochs: 10
4
+ distributed_backend: ddp
5
+ gpus: 0,1,2,3
vqgan-models-and-codebooks/clevr/2024-10-10T09-21-36_custom_vqgan_CLEVR-LARGE/configs/2024-10-10T09-21-36-project.yaml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ base_learning_rate: 4.5e-06
3
+ target: taming.models.vqgan.VQModel
4
+ params:
5
+ embed_dim: 256
6
+ n_embed: 1024
7
+ ddconfig:
8
+ double_z: false
9
+ z_channels: 256
10
+ resolution: 256
11
+ in_channels: 3
12
+ out_ch: 3
13
+ ch: 128
14
+ ch_mult:
15
+ - 1
16
+ - 1
17
+ - 2
18
+ - 2
19
+ - 4
20
+ num_res_blocks: 2
21
+ attn_resolutions:
22
+ - 16
23
+ dropout: 0.0
24
+ lossconfig:
25
+ target: taming.modules.losses.vqperceptual.VQLPIPSWithDiscriminator
26
+ params:
27
+ disc_conditional: false
28
+ disc_in_channels: 3
29
+ disc_start: 10000
30
+ disc_weight: 0.8
31
+ codebook_weight: 1.0
32
+ data:
33
+ target: main.DataModuleFromConfig
34
+ params:
35
+ batch_size: 16
36
+ num_workers: 32
37
+ train:
38
+ target: taming.data.custom.CustomTrain
39
+ params:
40
+ training_images_list_file: /data/aadarsh/CLEVR-LARGE-MERGED/CLEVR-LARGE-train-image-paths.txt
41
+ size: 256
42
+ validation:
43
+ target: taming.data.custom.CustomTest
44
+ params:
45
+ test_images_list_file: /data/aadarsh/CLEVR-LARGE-MERGED/CLEVR-LARGE-test-image-paths.txt
46
+ size: 256
vqgan-models-and-codebooks/clevr/custom_vqgan_embedding_1024CLEVRLARGE_256dim.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3a9c054691bd36f0c0617d407cc936397c8e834e7c6568c12b4c050411ec0b0
3
+ size 1048704
vqgan-models-and-codebooks/domain-agnostic/quantize_weight_8192.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed87ebcc6ae25716365feb4594c78410b46eb4b43c1bebd5e6c3856fb585259d
3
+ size 8388736
vqgan-models-and-codebooks/objaworld/2025-01-17T09-02-22_custom_vqgan_SYNTHETIC_LIVINGROOM_PARK_LARGE_EP100/checkpoints/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05c092248244077e13fd858c76dec2343a3de7a15196e27a3eac80fd726cf497
3
+ size 958116611
vqgan-models-and-codebooks/objaworld/2025-01-17T09-02-22_custom_vqgan_SYNTHETIC_LIVINGROOM_PARK_LARGE_EP100/configs/2025-01-17T09-02-22-lightning.yaml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ lightning:
2
+ trainer:
3
+ max_epochs: 100
4
+ distributed_backend: ddp
5
+ gpus: 0,1,2,3
vqgan-models-and-codebooks/objaworld/2025-01-17T09-02-22_custom_vqgan_SYNTHETIC_LIVINGROOM_PARK_LARGE_EP100/configs/2025-01-17T09-02-22-project.yaml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ base_learning_rate: 4.5e-06
3
+ target: taming.models.vqgan.VQModel
4
+ params:
5
+ embed_dim: 256
6
+ n_embed: 1024
7
+ ddconfig:
8
+ double_z: false
9
+ z_channels: 256
10
+ resolution: 256
11
+ in_channels: 3
12
+ out_ch: 3
13
+ ch: 128
14
+ ch_mult:
15
+ - 1
16
+ - 1
17
+ - 2
18
+ - 2
19
+ - 4
20
+ num_res_blocks: 2
21
+ attn_resolutions:
22
+ - 16
23
+ dropout: 0.0
24
+ lossconfig:
25
+ target: taming.modules.losses.vqperceptual.VQLPIPSWithDiscriminator
26
+ params:
27
+ disc_conditional: false
28
+ disc_in_channels: 3
29
+ disc_start: 10000
30
+ disc_weight: 0.8
31
+ codebook_weight: 1.0
32
+ data:
33
+ target: main.DataModuleFromConfig
34
+ params:
35
+ batch_size: 16
36
+ num_workers: 32
37
+ train:
38
+ target: taming.data.custom.CustomTrain
39
+ params:
40
+ training_images_list_file: /home/aadarsh/code/simulation/working-dir/taming-transformers/scripts/synthetic-data-livingroom-park-large-vqgan-train-100K.txt
41
+ size: 256
42
+ validation:
43
+ target: taming.data.custom.CustomTest
44
+ params:
45
+ test_images_list_file: /home/aadarsh/code/simulation/working-dir/taming-transformers/scripts/synthetic-data-livingroom-park-large-vqgan-test-100K.txt
46
+ size: 256
vqgan-models-and-codebooks/objaworld/custom_vqgan_embedding_256SYNTHETIC_LIVINGROOM_PARK_LARGE_EP100_256dim.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df75381bf6034c4cc68d65ee86c10d1d118451f3a74de38efeb428959bb3602e
3
+ size 1048704
vqgan-models-and-codebooks/objectron/2024-11-03T05-41-42_custom_vqgan_OMNI3D_OBJECTRON_ep200/checkpoints/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9182ed1bf21fe0fe8014b8f9fc874181e5963f6ad9966430e12867d3136ec9b
3
+ size 958116547
vqgan-models-and-codebooks/objectron/2024-11-03T05-41-42_custom_vqgan_OMNI3D_OBJECTRON_ep200/configs/2024-11-03T05-41-42-lightning.yaml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ lightning:
2
+ trainer:
3
+ max_epochs: 200
4
+ distributed_backend: ddp
5
+ gpus: 0,1,2,3
vqgan-models-and-codebooks/objectron/2024-11-03T05-41-42_custom_vqgan_OMNI3D_OBJECTRON_ep200/configs/2024-11-03T05-41-42-project.yaml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ base_learning_rate: 4.5e-06
3
+ target: taming.models.vqgan.VQModel
4
+ params:
5
+ embed_dim: 256
6
+ n_embed: 1024
7
+ ddconfig:
8
+ double_z: false
9
+ z_channels: 256
10
+ resolution: 256
11
+ in_channels: 3
12
+ out_ch: 3
13
+ ch: 128
14
+ ch_mult:
15
+ - 1
16
+ - 1
17
+ - 2
18
+ - 2
19
+ - 4
20
+ num_res_blocks: 2
21
+ attn_resolutions:
22
+ - 16
23
+ dropout: 0.0
24
+ lossconfig:
25
+ target: taming.modules.losses.vqperceptual.VQLPIPSWithDiscriminator
26
+ params:
27
+ disc_conditional: false
28
+ disc_in_channels: 3
29
+ disc_start: 10000
30
+ disc_weight: 0.8
31
+ codebook_weight: 1.0
32
+ data:
33
+ target: main.DataModuleFromConfig
34
+ params:
35
+ batch_size: 16
36
+ num_workers: 32
37
+ train:
38
+ target: taming.data.custom.CustomTrain
39
+ params:
40
+ training_images_list_file: /home/aadarsh/code/simulation/working-dir/taming-transformers/scripts/objectron-omni3d-hflip-augmented-vqgan-train.txt
41
+ size: 256
42
+ validation:
43
+ target: taming.data.custom.CustomTest
44
+ params:
45
+ test_images_list_file: /home/aadarsh/code/simulation/working-dir/taming-transformers/scripts/objectron-omni3d-vqgan-test.txt
46
+ size: 256
vqgan-models-and-codebooks/objectron/custom_vqgan_embedding_256Omni3D-OBJECTRON_256dim.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:661b8d804091adde25c18b122738e61436f6bd087e22e6ed4c5db01857d1a6b0
3
+ size 1048704