kaczmarj commited on
Commit
4dad1e3
1 Parent(s): fe7bbd4

add frozen torchscript model and config json

Browse files

The pytorch file was originally named inceptionv4-tils-v1-20200920-e3e72cd2-jit-frozen-e4a35543.pt and was downloaded from https://github.com/SBU-BMI/wsinfer/releases/tag/v0.3.4 .

Files changed (2) hide show
  1. config.json +22 -0
  2. torchscript_model_frozen.bin +3 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_classes": 2,
3
+ "transform": {
4
+ "resize_size": 299,
5
+ "mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ]
15
+ },
16
+ "patch_size_pixels": 100,
17
+ "spacing_um_px": 0.5,
18
+ "class_names": [
19
+ "notils",
20
+ "tils"
21
+ ]
22
+ }
torchscript_model_frozen.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4a35543fce06269e2f0a3298618a6abf15dc84167b27f89ac0d6e2beb226d35
3
+ size 164565945