How to perform pruning on trained object detection model?

Hi I have trained object detection model using tensorflow 1.14 object detection API, my model is performing well. However, I want to reduce/optimize parameters of model to make it lighter. How can I use pruning on trained model?

Fine-tune pre-trained model with pruning

Hi @Hassan,

Could you please migrate to Tensorflow 2.x for your usecase where Tensorflow model optimization provides pruning capabilities. Please refer to the tutorial for guidance and tensorflow migration guide as well.

Thank You