presscare / config.json
RealNattawattHongthong's picture
Add RexNet pressure ulcer classification model with custom handler for inference endpoints
268f99f
raw
history blame contribute delete
295 Bytes
{
"model_type": "rexnet",
"architecture": "rexnet_150",
"num_classes": 7,
"input_size": [224, 224],
"class_names": ["Invalid", "SDTI", "Stage_I", "Stage_II", "Stage_III", "Stage_IV", "Unstageable"],
"task": "image-classification",
"framework": "pytorch",
"custom_handler": true
}