kaczmarj commited on
Commit
5a0bb2f
·
verified ·
1 Parent(s): be0d5ff

upload torchscript, state dict, and config json

Browse files
Files changed (3) hide show
  1. config.json +40 -0
  2. pytorch_model.pt +3 -0
  3. torchscript_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "spec_version": "1.0",
3
+ "architecture": "resnet34",
4
+ "num_classes": 5,
5
+ "class_names": [
6
+ "Epithelium",
7
+ "Stroma",
8
+ "Tumor",
9
+ "Necrosis",
10
+ "Dysplasia"
11
+ ],
12
+ "patch_size_pixels": 350,
13
+ "spacing_um_px": 0.25,
14
+ "transform": [
15
+ {
16
+ "name": "Resize",
17
+ "arguments": {
18
+ "size": 224
19
+ }
20
+ },
21
+ {
22
+ "name": "ToTensor"
23
+ },
24
+ {
25
+ "name": "Normalize",
26
+ "arguments": {
27
+ "mean": [
28
+ 0.7238,
29
+ 0.5716,
30
+ 0.6779
31
+ ],
32
+ "std": [
33
+ 0.1120,
34
+ 0.1459,
35
+ 0.1089
36
+ ]
37
+ }
38
+ }
39
+ ]
40
+ }
pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02406df98f3e6f27c1c9f6181dc837b9191ac789ddba9e965041c0306acfb497
3
+ size 85287410
torchscript_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f186c59b68a5c38fce88faabd7437a29063f1dca882d22807d2c4d5b186dcab
3
+ size 85335849