Bringing latest changes into quantization fix#29
Merged
Conversation
NightlyTwo58
commented
Jul 14, 2026
Owner
- most notably, CIFAR-100 and three models now
- graphing utils improved
- reorgs
- TorchAO and STE clearly defined
- caching performance improvements
- centralizing graphing utils for the nth time - make sure INT4 is visualized
- changed dataset to use CIFAR-100 - changed models to use three from TorchCV: ResNet56, WRN28_10, DenseNet100 - generalized more variables into config.py - changed visualizations to remove any old PGD-STE plotting, changed PGD ablation graph to show BPDA and FP32 stats
- hopefully this is the last entry in PGD issues, merged the ablation and accuracy PGDs into the same utility - old ablation PGD took worst of 5 runs - new merged PGD uses static seeds - formatting
- TorchAO was incorrectly integrated earlier such that (A) layers were detached and (B) quantization differed between hard and BPDA (STE-smoothed) - quantization has now been factored out into its own file - upgrades to graphing utilities; moved into own package - committing "formaldata.py", used for condensed result plotting for paper - implemeted unified framework for caching, increased reuse of results - enabled a lot more attacks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.