Skip to content
New issue

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

Fix for legacy quantization modifier w/ DDP #1490

Merged
merged 4 commits into from
Mar 30, 2023
Merged

Conversation

anmarques
Copy link
Member

@anmarques anmarques commented Mar 29, 2023

Remove "module." added by DDP when identifying the submodules for quantization.

Testing plan:
Reproduced the quantization piece of this model:
https://sparsezoo.neuralmagic.com/models/cv%2Fclassification%2Fresnet_v1-50%2Fpytorch%2Fsparseml%2Fimagenet%2Fpruned95_quant-none

Before the fix the quantization was failing

@anmarques anmarques requested a review from bfineran March 29, 2023 18:46
@anmarques anmarques changed the title Remove "module." added by DDP when identifying the submodules for quantization Fix for legacy quantization modifier w/ DDP Mar 30, 2023
@bfineran bfineran merged commit edb398e into main Mar 30, 2023
@bfineran bfineran deleted the fix/legacy_qat/ddp branch March 30, 2023 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants