未验证 提交 0bfd05d4 编写于 作者: G Guanghua Yu 提交者: GitHub

quant matmul op in image classification act example (#1473)

上级 2b706ca9
...@@ -24,6 +24,8 @@ Quantization: ...@@ -24,6 +24,8 @@ Quantization:
quantize_op_types: quantize_op_types:
- conv2d - conv2d
- depthwise_conv2d - depthwise_conv2d
- matmul
- matmul_v2
weight_bits: 8 weight_bits: 8
TrainConfig: TrainConfig:
......
...@@ -22,6 +22,8 @@ Quantization: ...@@ -22,6 +22,8 @@ Quantization:
quantize_op_types: quantize_op_types:
- conv2d - conv2d
- depthwise_conv2d - depthwise_conv2d
- matmul
- matmul_v2
weight_bits: 8 weight_bits: 8
TrainConfig: TrainConfig:
epochs: 1 epochs: 1
......
...@@ -22,6 +22,8 @@ Quantization: ...@@ -22,6 +22,8 @@ Quantization:
quantize_op_types: quantize_op_types:
- conv2d - conv2d
- depthwise_conv2d - depthwise_conv2d
- matmul
- matmul_v2
weight_bits: 8 weight_bits: 8
TrainConfig: TrainConfig:
......
...@@ -22,6 +22,8 @@ Quantization: ...@@ -22,6 +22,8 @@ Quantization:
quantize_op_types: quantize_op_types:
- conv2d - conv2d
- depthwise_conv2d - depthwise_conv2d
- matmul
- matmul_v2
weight_bits: 8 weight_bits: 8
TrainConfig: TrainConfig:
epochs: 1 epochs: 1
......
...@@ -23,6 +23,7 @@ Quantization: ...@@ -23,6 +23,7 @@ Quantization:
- conv2d - conv2d
- depthwise_conv2d - depthwise_conv2d
- matmul - matmul
- matmul_v2
weight_bits: 8 weight_bits: 8
TrainConfig: TrainConfig:
......
...@@ -24,6 +24,8 @@ Quantization: ...@@ -24,6 +24,8 @@ Quantization:
quantize_op_types: quantize_op_types:
- conv2d - conv2d
- depthwise_conv2d - depthwise_conv2d
- matmul
- matmul_v2
weight_bits: 8 weight_bits: 8
TrainConfig: TrainConfig:
......
...@@ -24,6 +24,8 @@ Quantization: ...@@ -24,6 +24,8 @@ Quantization:
quantize_op_types: quantize_op_types:
- conv2d - conv2d
- depthwise_conv2d - depthwise_conv2d
- matmul
- matmul_v2
weight_bits: 8 weight_bits: 8
TrainConfig: TrainConfig:
......
...@@ -22,6 +22,8 @@ Quantization: ...@@ -22,6 +22,8 @@ Quantization:
quantize_op_types: quantize_op_types:
- conv2d - conv2d
- depthwise_conv2d - depthwise_conv2d
- matmul
- matmul_v2
weight_bits: 8 weight_bits: 8
TrainConfig: TrainConfig:
epochs: 1 epochs: 1
......
...@@ -24,6 +24,8 @@ Quantization: ...@@ -24,6 +24,8 @@ Quantization:
quantize_op_types: quantize_op_types:
- conv2d - conv2d
- depthwise_conv2d - depthwise_conv2d
- matmul
- matmul_v2
weight_bits: 8 weight_bits: 8
TrainConfig: TrainConfig:
......
...@@ -22,6 +22,8 @@ Quantization: ...@@ -22,6 +22,8 @@ Quantization:
quantize_op_types: quantize_op_types:
- conv2d - conv2d
- depthwise_conv2d - depthwise_conv2d
- matmul
- matmul_v2
weight_bits: 8 weight_bits: 8
TrainConfig: TrainConfig:
epochs: 1 epochs: 1
......
...@@ -21,6 +21,8 @@ Quantization: ...@@ -21,6 +21,8 @@ Quantization:
quantize_op_types: quantize_op_types:
- conv2d - conv2d
- depthwise_conv2d - depthwise_conv2d
- matmul
- matmul_v2
weight_bits: 8 weight_bits: 8
TrainConfig: TrainConfig:
epochs: 1 epochs: 1
......
...@@ -22,6 +22,8 @@ Quantization: ...@@ -22,6 +22,8 @@ Quantization:
quantize_op_types: quantize_op_types:
- conv2d - conv2d
- depthwise_conv2d - depthwise_conv2d
- matmul
- matmul_v2
weight_bits: 8 weight_bits: 8
TrainConfig: TrainConfig:
epochs: 1 epochs: 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册