-
Notifications
You must be signed in to change notification settings - Fork 123
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
SAE Group for sweeps PR #17
Conversation
@chanind I'm having trouble reproducing the isort check fail locally which is somewhat frustrating. Don't suppose you could take a look and fix it? Would prefer to turn off the isort check if this delays us merging this for more than a day. |
weird, I'm able to reproduce these errors locally. The commands I'm running are: To display the error (same as what CI is running):
To fix the errors:
What are these commands outputting when you run them? Let me see if I can figure out how to make a PR to this fork's PR... |
I opened up a PR to @Benw8888's branch after running isort here: Benw8888#1. Merging this PR should fix the isort issue. I'm still confused why running |
chore: running isort to fix imports
SAE Group for sweeps PR
I implemented the SAEGroup class, which is basically a list of autoencoders, and which automatically initializes autoencoders based on which parameters of the config are passed as lists. Then I modified the training code to handle using SAEGroups.