BDRC
/

ONNX
Eric-23xd commited on
Commit
cc390dd
·
verified ·
1 Parent(s): 938f97c

Upload 3 files

Browse files
Files changed (3) hide show
  1. BigUCHAN_E_v1.onnx +3 -0
  2. BigUCHAN_E_v1.pth +3 -0
  3. config.json +12 -0
BigUCHAN_E_v1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fb8a8304e0b09d3c6808332c542b94167fcd0296d9ce4e13c45a50b8224899f
3
+ size 28066660
BigUCHAN_E_v1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e79fefab7ae53f9abb28372d822c26181615142a4f1cff0ca78d89babc99c8d8
3
+ size 77815950
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "checkpoint": "BigUCHAN_E_v1.pth",
3
+ "onnx-model": "BigUCHAN_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
+ }