unet2dattentionmodel / config.json
AndyWu0719's picture
Upload config.json
5aa44be verified
raw
history blame contribute delete
225 Bytes
{
"model_type": "unet",
"attention_type": "2d",
"input_size": 128,
"volume_slices": 100,
"volume_start_at": 22,
"num_classes": 4,
"activation": "softmax",
"pipeline_tag": "image-segmentation"
}