We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to implement sparsification and quantization-aware-training , and keep the sparse mask unchanged during quantization.
The text was updated successfully, but these errors were encountered:
I guess this will be helpful: https://www.nvidia.com/en-us/on-demand/session/gtcspring21-s31552/ Original paper: https://arxiv.org/abs/2104.08378 Blog: https://developer.nvidia.com/blog/sparsity-in-int8-training-workflow-and-best-practices-for-tensorrt-acceleration/
Sorry, something went wrong.
Thanks, it can be done with your method. Now, nvidia-modelopt doesn’t seem to keep the sparse mask unchanged during quantization. Do you know the sdk?
I have the same question - Is it possible to freeze sparse mask while doing QAT? @Vieeo have you find solution / workaround that can be applied?
RalphMao
No branches or pull requests
How to implement sparsification and quantization-aware-training , and keep the sparse mask unchanged during quantization.
The text was updated successfully, but these errors were encountered: