Spaces:
Running
on
Zero
Running
on
Zero
File size: 331 Bytes
4a8fedc |
1 2 3 4 5 6 7 8 9 10 |
{
"_class_name": "CausalVideoAutoencoder",
"dims": [3, 64, 128, 256, 512],
"blocks": [2, 2, 2, 2],
"attention_head_dim": 8,
"num_groups": 32,
"out_channels": 3,
"down_block_types": ["DownBlock2D", "DownBlock2D", "DownBlock2D", "DownBlock2D"],
"up_block_types": ["UpBlock2D", "UpBlock2D", "UpBlock2D", "UpBlock2D"]
} |