File size: 298 Bytes
d9764f6 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"architectures": ["SACPatchSegmenterModel"],
"auto_map": {
"AutoConfig": "configuration_sac.SACPatchSegmenterConfig",
"AutoModel": "modeling_sac.SACPatchSegmenterModel"
},
"model_type": "sac-patch-segmenter",
"base_filter": 16,
"input_size": 416,
"torch_dtype": "float32"
}
|