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

Add transform submodule, parameter compression transform #124

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

nicholasjng
Copy link
Collaborator

This is the better way of compressing parameters compared to directly in the benchmark runner, which steals responsibility of the transform that we just introduced.

Refactors nnbench.io.transform->nnbench.transforms, the latter being its own submodule. This is useful to have when adding new builtin transforms, so that they do not have to go into a single file.

This is the better way of compressing parameters compared to directly in
the benchmark runner, which steals responsibility of the transform that
we just introduced.

Refactors `nnbench.io.transform->nnbench.transforms`, the latter being
its own submodule. This is useful to have when adding new builtin
transforms, so that they do not have to go into a single file.
@nicholasjng nicholasjng added documentation Improvements or additions to documentation refactor Makes existing code nicer and more useable. labels Mar 21, 2024
@nicholasjng nicholasjng merged commit d09cd3c into main Mar 21, 2024
5 checks passed
@nicholasjng nicholasjng deleted the param-representation branch March 21, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation refactor Makes existing code nicer and more useable.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant