Skip to content

Commit

Permalink
changed per_row_quantization to false
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Oct 30, 2024
1 parent b4da7fb commit f22ea1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modelconverter/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class RVC4Config(TargetConfig):
snpe_dlc_graph_prepare_args: List[str] = []
keep_raw_images: bool = False
use_per_channel_quantization: bool = True
use_per_row_quantization: bool = True
use_per_row_quantization: bool = False
htp_socs: List[
Literal["sm8350", "sm8450", "sm8550", "sm8650", "qcs6490", "qcs8550"]
] = ["sm8550"]
Expand Down
2 changes: 1 addition & 1 deletion shared_with_container/configs/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,4 @@ stages:
use_per_channel_quantization: True

# Enables row wise quantization of Matmul and FullyConnected ops.
use_per_row_quantization: True
use_per_row_quantization: False

0 comments on commit f22ea1e

Please sign in to comment.