removed config input
Browse files
model_repository/utae/config.pbtxt
CHANGED
@@ -1,22 +1,2 @@
|
|
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 |
-
]
|
|
|
1 |
name: "utae"
|
2 |
+
backend: "onnxruntime"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|