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 hyperparamter sweep to sweep.py; Fall back to eig when eigh fails #235

Merged
merged 15 commits into from
May 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix num_variants arg
  • Loading branch information
AlexTMallen committed May 1, 2023
commit b0193fa93a22d4af9e3013f596af684940e6d208
1 change: 1 addition & 0 deletions elk/extraction/extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def extract_hiddens(
binarize=cfg.binarize,
split_type=split_type,
template_path=cfg.template_path,
num_variants=cfg.num_variants,
rank=rank,
world_size=world_size,
)
Expand Down
Loading