Dina Abouthoun

Results 1 comments of Dina Abouthoun

From https://github.com/tensorflow/model-optimization/blob/master/tensorflow_model_optimization/python/core/quantization/keras/quantize.py You can use the following function to strip the quantization wrappers from model layers. ``` def extract_original_model(model_to_unwrap): """Extracts original model by removing wrappers.""" layer_quantize_map = {} requires_output_quantize =...