File size: 745 Bytes
9f0930d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
{
"_class_name": "CausalVideoAutoencoder",
"dims": 3,
"in_channels": 3,
"out_channels": 3,
"latent_channels": 128,
"blocks": [
[
"res_x",
4
],
[
"compress_all",
1
],
[
"res_x_y",
1
],
[
"res_x",
3
],
[
"compress_all",
1
],
[
"res_x_y",
1
],
[
"res_x",
3
],
[
"compress_all",
1
],
[
"res_x",
3
],
[
"res_x",
4
]
],
"scaling_factor": 1.0,
"norm_layer": "pixel_norm",
"patch_size": 4,
"latent_log_var": "uniform",
"use_quant_conv": false,
"causal_decoder": false,
"model_name": "Spectro-VAE",
"created_by": "SVECTOR"
} |