ONNX
Eric-23xd commited on
Commit
47c1e83
·
verified ·
1 Parent(s): 9fb4337

Upload 3 files

Browse files
Files changed (3) hide show
  1. Norbuketaka_E_v1.onnx +3 -0
  2. Norbuketaka_E_v1.pth +3 -0
  3. config.json +12 -0
Norbuketaka_E_v1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61b228aa123f42ef0d4e97cd817821e05755c44be0caa6bce561921db07dbc8b
3
+ size 28063251
Norbuketaka_E_v1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b5fb7eb629011c12ff89623ccb9c0890ccf5d3a652058387d9a1f6a5c50c45e
3
+ size 77815950
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "checkpoint": "OCRModel_6.pth",
3
+ "onnx-model": "Norbuketaka_E_v1",
4
+ "architecture" : "Easter2",
5
+ "input_width": 3200,
6
+ "input_height": 80,
7
+ "input_layer": "input",
8
+ "output_layer": "output",
9
+ "squeeze_channel_dim": "yes",
10
+ "swap_hw": "no",
11
+ "charset": "!#%'°^$`()+-./0123456789:=?@ADHIMNRSTUWXY[\\]_abcdefghijklmnoprstuwyz|~§&äüö<>;}"
12
+ }