kaczmarj's picture
upload torchscript, state dict, and config json
5a0bb2f verified
raw
history blame contribute delete
812 Bytes
{
"spec_version": "1.0",
"architecture": "resnet34",
"num_classes": 5,
"class_names": [
"Epithelium",
"Stroma",
"Tumor",
"Necrosis",
"Dysplasia"
],
"patch_size_pixels": 350,
"spacing_um_px": 0.25,
"transform": [
{
"name": "Resize",
"arguments": {
"size": 224
}
},
{
"name": "ToTensor"
},
{
"name": "Normalize",
"arguments": {
"mean": [
0.7238,
0.5716,
0.6779
],
"std": [
0.1120,
0.1459,
0.1089
]
}
}
]
}