File size: 316 Bytes
4cd46da |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"architectures": [
"UNetMSS3D"
],
"auto_map": {
"AutoConfig": "UNetConfigs.UNetMSS3DConfig",
"AutoModel": "UNets.UNetMSS3D"
},
"dropout_rate": 0.5,
"in_ch": 1,
"init_features": 64,
"model_type": "UNetMSS",
"out_ch": 1,
"torch_dtype": "float32",
"transformers_version": "4.44.2"
}
|