kaczmarj's picture
make output names Other and Lymphocytes
4b398ba
raw
history blame contribute delete
No virus
550 Bytes
{
"spec_version": "1.0",
"architecture": "inception_v4nobn",
"num_classes": 2,
"class_names": [
"Other",
"Lymphocytes"
],
"patch_size_pixels": 100,
"spacing_um_px": 0.5,
"transform": [
{
"name": "Resize",
"arguments": {
"size": 299
}
},
{
"name": "ToTensor"
},
{
"name": "Normalize",
"arguments": {
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
]
}
}
]
}