File size: 281 Bytes
88906d3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"architectures": [
"UNet3D"
],
"auto_map": {
"AutoConfig": "UNetConfigs.UNet3DConfig",
"AutoModel": "UNets.UNet3D"
},
"in_ch": 1,
"init_features": 64,
"model_type": "UNet",
"out_ch": 1,
"torch_dtype": "float32",
"transformers_version": "4.44.2"
}
|