hungql102 commited on
Commit
a27ee4f
·
verified ·
1 Parent(s): c201500

Update best_b_onnx_fp16/config.pbtxt

Browse files
Files changed (1) hide show
  1. best_b_onnx_fp16/config.pbtxt +2 -2
best_b_onnx_fp16/config.pbtxt CHANGED
@@ -4,14 +4,14 @@ max_batch_size: 8
4
  input [
5
  {
6
  name: "images"
7
- data_type: TYPE_FP32
8
  dims: [ 3, 640, 640 ]
9
  }
10
  ]
11
  output [
12
  {
13
  name: "output0"
14
- data_type: TYPE_FP32
15
  dims: [ -1, -1 ]
16
  }
17
  ]
 
4
  input [
5
  {
6
  name: "images"
7
+ data_type: TYPE_FP16
8
  dims: [ 3, 640, 640 ]
9
  }
10
  ]
11
  output [
12
  {
13
  name: "output0"
14
+ data_type: TYPE_FP16
15
  dims: [ -1, -1 ]
16
  }
17
  ]