Skip to content

Instantly share code, notes, and snippets.

@sayakpaul
Created May 7, 2020 14:22
Show Gist options
  • Save sayakpaul/022d2d7447cb4f537786ae52e276987d to your computer and use it in GitHub Desktop.
Save sayakpaul/022d2d7447cb4f537786ae52e276987d to your computer and use it in GitHub Desktop.
import tensorflow_model_optimization as tfmot
qat_model = tfmot.quantization.keras.quantize_model(your_keras_model)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment