chgurski's picture
Upload model
8805cc1 verified
Raw
History Blame Contribute Delete
980 Bytes
{
"architectures": [
"SwinUNETRv2Model"
],
"attn_drop_rate": 0.0,
"auto_map": {
"AutoConfig": "configuration_swinvunetr2.SwinUNETRv2Config",
"AutoModel": "modeling_swinunetrv2.SwinUNETRv2Model"
},
"depths": [
2,
2,
2,
2
],
"downsample": "merging",
"drop_rate": 0.0,
"dropout_path_rate": 0.0,
"feature_size": 48,
"in_channels": 1,
"mlp_ratio": 4.0,
"model_type": "swinunetrv2",
"norm_name": "instance",
"normalize": true,
"num_heads": [
3,
6,
12,
24
],
"num_layers": 4,
"out_channels": 4,
"out_features": [
"stage4"
],
"out_indices": [
4
],
"patch_norm": false,
"patch_size": 2,
"qkv_bias": true,
"spatial_dims": 3,
"stage_names": [
"stem",
"stage1",
"stage2",
"stage3",
"stage4"
],
"torch_dtype": "float32",
"transformers_version": "4.55.2",
"use_checkpoint": false,
"window_size": 7
}