kaczmarj's picture
Update files to conform to wsinfer-zoo spec
24ac609
raw
history blame
571 Bytes
{
"spec_version": "1.0",
"architecture": "resnet34",
"num_classes": 3,
"class_names": [
"grade3",
"grade4+5",
"benign"
],
"patch_size_pixels": 175,
"spacing_um_px": 0.5,
"transform": [
{
"name": "Resize",
"arguments": {
"size": 224
}
},
{
"name": "ToTensor"
},
{
"name": "Normalize",
"arguments": {
"mean": [
0.6462,
0.507,
0.8055
],
"std": [
0.1381,
0.1674,
0.1358
]
}
}
]
}