dmlc / gluon-cv

Gluon CV Toolkit
http://gluon-cv.mxnet.io
Apache License 2.0
5.84k stars 1.22k forks source link

Integrate Model Quantization for Efficient Deployment on Edge Devices #1783

Open VadisettyRahul opened 3 weeks ago

VadisettyRahul commented 3 weeks ago

To enhance the performance of GluonCV models on resource-constrained edge devices, model quantization can be implemented. This optimization technique reduces model size and computational load, improving inference speed.