kaczmarj's picture
add frozen torchscript model and config json
4dad1e3
raw
history blame
351 Bytes
{
"num_classes": 2,
"transform": {
"resize_size": 299,
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
]
},
"patch_size_pixels": 100,
"spacing_um_px": 0.5,
"class_names": [
"notils",
"tils"
]
}