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 argument passthrough for sweep #266

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and derpyplops committed Jul 12, 2023
commit 06cb70ee02a2ef10060139fc8c8cf0e44f28626c
1 change: 0 additions & 1 deletion elk/training/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def make_eval(self, model, eval_dataset):
disable_cache=self.disable_cache,
)


def apply_to_layer(
self,
layer: int,
Expand Down