tensorflow / model-optimization

A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.
https://www.tensorflow.org/model_optimization
Apache License 2.0
1.49k stars 319 forks source link

Removed extra comma after x_train #959

Open mohantym opened 2 years ago

mohantym commented 2 years ago

Proposing to remove extra commas after x_train at 153 and 191 to avoid converting the values to tuple ones.