motion-mgvqvae / config.json
khania's picture
Motion VQ-VAE model update
8d54c4c verified
raw
history blame contribute delete
260 Bytes
{
"input_dim": 272,
"code_dim": 512,
"nb_code": 512,
"num_groups": 64,
"down_t": 2,
"stride_t": 2,
"width": 1024,
"depth": 3,
"dilation_growth_rate": 3,
"kernel_size": 3,
"activation": "relu",
"use_mgvq": true,
"absolute_root": true
}