Upload config
Browse files- config.json +1 -4
config.json
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
{
|
2 |
"_commit_hash": null,
|
3 |
-
"architectures": [
|
4 |
-
"Tokenizer"
|
5 |
-
],
|
6 |
"channels": 1,
|
7 |
"code_dim": 256,
|
8 |
"codebook_size": 256,
|
@@ -16,6 +13,7 @@
|
|
16 |
],
|
17 |
"image_size": 256,
|
18 |
"init_dim": 128,
|
|
|
19 |
"layers": [
|
20 |
"residual",
|
21 |
"residual",
|
@@ -45,7 +43,6 @@
|
|
45 |
"perceptual_loss_weight": 0,
|
46 |
"quantization_type": "vq",
|
47 |
"temporal_compression": false,
|
48 |
-
"torch_dtype": "float32",
|
49 |
"transformers_version": null,
|
50 |
"use_batch_norm": false,
|
51 |
"use_gan": false,
|
|
|
1 |
{
|
2 |
"_commit_hash": null,
|
|
|
|
|
|
|
3 |
"channels": 1,
|
4 |
"code_dim": 256,
|
5 |
"codebook_size": 256,
|
|
|
13 |
],
|
14 |
"image_size": 256,
|
15 |
"init_dim": 128,
|
16 |
+
"kl_weight": 1e-05,
|
17 |
"layers": [
|
18 |
"residual",
|
19 |
"residual",
|
|
|
43 |
"perceptual_loss_weight": 0,
|
44 |
"quantization_type": "vq",
|
45 |
"temporal_compression": false,
|
|
|
46 |
"transformers_version": null,
|
47 |
"use_batch_norm": false,
|
48 |
"use_gan": false,
|