Skip to content

Blocking user from using optimize sign while casting the graph/ Removing constant folding flag from ptq

Noam Zerah requested to merge noamzerah/aidge_quantization:Fix_ptq into dev

Small MR introducing a few corrections:

  • Constant folding has been removed from the quantize_network() function and will soon be exposed independently via Pybind (Benjamin is currently working on this).

  • Added an assert to ensure that users do not enable the optimizeSign flag when casting the graph. This feature will be available in upcoming PTQ merge requests.

  • Updating the .gitignore file to exclude quantization_version.h

Edited by Noam Zerah

Merge request reports

Loading