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

Factor the LSH distance logic out of the clean filter and into an equality check between LazyParams #184

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nkandpa2
Copy link
Collaborator

@nkandpa2 nkandpa2 commented Feb 1, 2023

Added a LazyParam that can be created either from a tensor or a ParamMetadata object. The __eq__ for this class takes care of all of the hash distance logic that used to be in the clean filter.

@nkandpa2 nkandpa2 marked this pull request as draft February 1, 2023 05:59
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

1 participant