hellochick / ICNet-tensorflow

TensorFlow-based implementation of "ICNet for Real-Time Semantic Segmentation on High-Resolution Images".
405 stars 153 forks source link

How to apply the model pruning? #63

Open chamcham115 opened 6 years ago

chamcham115 commented 6 years ago

Thank you for your work.

I want to model pruning.

In this work, how to apply the model pruning? Could you describe the your pruning work?

hellochick commented 5 years ago

Hey @chamcham115, sorry for late reply. In this repo, I haven't implemented model pruning, and I'm trying to find some solutions to prune the model (many model pruning approaches are hard to be maintained and implemented).