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

[WIP] Review changes for sweep experiment #4

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open

Conversation

luciaquirke
Copy link

No description provided.

mdl/mlp_probe.py Outdated
@@ -29,7 +65,7 @@ def __init__(
)

output_dim = num_classes if num_classes > 2 else 1
sizes = [num_features] + [hidden_size] * (num_layers - 1)
sizes = [num_features] + [hidden_size] * (num_layers)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's unnatural to have num_layers - 1 hidden layers in an MLP. Defining linear probe separately so using num_layers hidden layers isn't an issue

@luciaquirke luciaquirke changed the base branch from editing-experiments to main November 5, 2024 10:21
…u, gelu); update gitignore; update sweep eraser experiment to float32; add new activation functions to plotting code
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.

3 participants