Commit
•
949aa67
1
Parent(s):
2844d07
Update vae config to remove unused parameters (#9)
Browse files- Update vae config to remove unused parameters (102080da924c0ab684abeeca4b061ec7dfb7d40c)
Co-authored-by: Aryan V S <[email protected]>
- vae/config.json +0 -2
vae/config.json
CHANGED
@@ -20,11 +20,9 @@
|
|
20 |
"latents_mean": null,
|
21 |
"latents_std": null,
|
22 |
"layers_per_block": 3,
|
23 |
-
"mid_block_add_attention": true,
|
24 |
"norm_eps": 1e-06,
|
25 |
"norm_num_groups": 32,
|
26 |
"out_channels": 3,
|
27 |
-
"sample_size": 256,
|
28 |
"scaling_factor": 1.15258426,
|
29 |
"shift_factor": null,
|
30 |
"temporal_compression_ratio": 4,
|
|
|
20 |
"latents_mean": null,
|
21 |
"latents_std": null,
|
22 |
"layers_per_block": 3,
|
|
|
23 |
"norm_eps": 1e-06,
|
24 |
"norm_num_groups": 32,
|
25 |
"out_channels": 3,
|
|
|
26 |
"scaling_factor": 1.15258426,
|
27 |
"shift_factor": null,
|
28 |
"temporal_compression_ratio": 4,
|