arch-unet-classifier / config.json
garyzgao's picture
Added the config
f30bfdb verified
raw
history blame contribute delete
288 Bytes
{
"model_type": "UNetTimmWithClassification",
"input_channels": 3,
"num_classes": 2,
"image_size": [224, 224],
"framework": "pytorch",
"author": "garyzgao",
"description": "U-Net model with segmentation functionality for archaeological sherd classification"
}