Skip to content

Commit

Permalink
fix configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaleskaa committed Jun 6, 2024
1 parent 7bf5592 commit 46dcad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/model/depth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ scheduler:
factor: 0.1
threshold: 0.0001
patience: 5
threshold_mode: 'abs'
threshold_mode: "abs"

net:
_target_: src.models.components.depth_net_efficient_ffn.DepthNet
Expand Down
4 changes: 2 additions & 2 deletions configs/quantization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ save_path: name.pty
quantizer:
config:
asymmetric: true
backend: 'qnnpack'
backend: "qnnpack"
disable_requantization_for_cat: true
per_tensor: false
work_dir: 'quant_output'
work_dir: "quant_output"

task_name: "quantization"

Expand Down

0 comments on commit 46dcad9

Please sign in to comment.