Skip to content

Commit

Permalink
Update vpu.json (openvinotoolkit#14612)
Browse files Browse the repository at this point in the history
Update POT tool configs to use unified scales for concat by default.

Co-authored-by: Alexander Kozlov <[email protected]>
Co-authored-by: Liubov Talamanova <[email protected]>
  • Loading branch information
3 people authored Jan 17, 2023
1 parent 8dd9c89 commit daf9f0f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tools/pot/openvino/tools/pot/configs/hardware/vpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,14 +273,22 @@
"activations": "q8_tn"
}
},
{
"type": "Concat",
"attributes": {
"unified_scales": "all"
},
"quantization": {
"activations": "q8_tn"
}
},
{
"type": "MVN",
"quantization": {
"activations": "q8_tn"
}
},
{"type": "Reshape"},
{"type": "Concat"},
{"type": "Flatten"},
{"type": "Squeeze"},
{"type": "Unsqueeze"},
Expand Down

0 comments on commit daf9f0f

Please sign in to comment.