Upload checkpoints
Browse files- 3DGrid-VQGAN_43.bin +3 -0
- 3DGrid-VQGAN_43.pt +3 -0
- 3DGrid-VQGAN_43.safetensors +3 -0
- config.json +17 -0
3DGrid-VQGAN_43.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22dbe6ccab1ee629c51e6b98bcc109dc898e7f033feb5c1f5a271d1ee3d0ab83
|
3 |
+
size 260643354
|
3DGrid-VQGAN_43.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22dbe6ccab1ee629c51e6b98bcc109dc898e7f033feb5c1f5a271d1ee3d0ab83
|
3 |
+
size 260643354
|
3DGrid-VQGAN_43.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad056df55b82ff9d4699e111c297303e321ffd241b689b0996e2e64bb7fb73c0
|
3 |
+
size 109255752
|
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type" : "VQ-GAN_3D",
|
3 |
+
"batch_size": 1,
|
4 |
+
"lr": 3e-4,
|
5 |
+
"n_codes": 16384,
|
6 |
+
"embedding_dim": 256,
|
7 |
+
"n_hiddens": 16,
|
8 |
+
"downsample": [4,4,4],
|
9 |
+
"discriminator_iter_start": 450,
|
10 |
+
"perceptual_weight": 4,
|
11 |
+
"image_gan_weight": 1,
|
12 |
+
"gan_feat_weight": 4,
|
13 |
+
"gradient_clip_val": 1.0,
|
14 |
+
"accumulate_grad_batches": 1,
|
15 |
+
"internal_resolution": 128,
|
16 |
+
"max_epochs": 100
|
17 |
+
}
|