-
Notifications
You must be signed in to change notification settings - Fork 40
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 learned activations L0 norm metric #91
Add learned activations L0 norm metric #91
Conversation
Something to note on this PR: the L0NormMetric.create_progress_bar_postfix method isn't implemented yet. The abstract class didn't provide any info on what this method should do so I didn't have anything to go off of here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The L0 loss function already logs to wandb, so this doesn't add anything I'm afraid.
However if we decide we want L0 on the reconstructed neurons it would be reasonable to add this.
Btw I've also removed create_progress_bar_postfix
and renamed create_weights_and_biases_log
to just calculate
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore my previous review - was mixing things up!
I've added some suggestions.
I've also merged in main already and fixed the merge conflicts for you, as that was a result of me refactoring.
--------- Co-authored-by: Alan Cooney <[email protected]>
Closes issue #87