gtano commited on
Commit
15bd166
·
1 Parent(s): f4cfc5d

Fixed folder structure

Browse files
model_repository/{utae.onnx → utae/1/model.onnx} RENAMED
File without changes
model_repository/utae/config.pbtxt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: "utae"
2
+ backend: onnxruntime
3
+
4
+ input [
5
+ {
6
+ name: "input"
7
+ data_type: TYPE_FP32
8
+ dims: [-1, 6, 10, 128, 128 ]
9
+ },
10
+ {
11
+ name: "batch_positions"
12
+ data_type: TYPE_INT64
13
+ dims: [-1, 6]
14
+ }
15
+ ]
16
+ output [
17
+ {
18
+ name: "output"
19
+ data_type: TYPE_FP32
20
+ dims: [-1, 7,-1,-1]
21
+ }
22
+ ]