Pruning a Model Object #666
Unanswered
mert-salahi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
First of all - thanks for all the work that went into this. This is a huge help for someone starting out in this research area.
I'm looking to train a speech enhancement model and ultimately run inference on a resource-limited edge device. So model pruning and quantization is of particular interest to me. Has any one experimented with doing this within the asteroid framework? I know BaseModel inherits from a vanilla PyTorch nn class, so I imagine it should be possible to use the PyTorch pruning API.
Another question: has anyone implemented the CRUSE model in the asteroid framework? This looks like a good model to try given my resource constraints.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions