Eric-23xd commited on
Commit
e3951dc
1 Parent(s): 7810799

Upload 2 files

Browse files
Files changed (2) hide show
  1. LhasaKanjur.onnx +3 -0
  2. model_config.json +14 -0
LhasaKanjur.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb04a5b31512bca0da8b34bd3a67ed0dad1bd97ac247cb029ece0ab2bb5f78ee
3
+ size 151793853
model_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "onnx-model" : "LhasaKanjur.onnx",
3
+ "h5": "LhasaKanjur_v2_easter2b.hdf5",
4
+ "architecture": "easter2b",
5
+ "optimizer": "Adam",
6
+ "input_width": 2000,
7
+ "input_height": 80,
8
+ "input_layer" : "images",
9
+ "output_layer": "Final",
10
+ "squeeze_channel_dim": "yes",
11
+ "swap_hw": "yes",
12
+ "time_steps": 500,
13
+ "charset": "!#%'`()+-./0123456789:=?@ADHIMNRSTUWXY[\\]_abcdefghijklmnoprstuwyz|~§&äüö<>;"
14
+ }