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

Fix missing indentation in html table #946

Closed miykael closed 2 years ago

miykael commented 2 years ago

It seems that the two indentations for the "Full (all Conv2D layers)" sections in the results table miss the appropriate indentation.

wwwind commented 2 years ago

Thanks @miykael for the fix!