Skip to content

Commit

Permalink
Turn off variance by default (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
norabelrose committed Apr 29, 2023
1 parent 44c229c commit c830f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elk/training/eigen_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class EigenReporterConfig(ReporterConfig):
of eigenvectors to compute from the VINC matrix.
"""

var_weight: float = 0.1
var_weight: float = 0.0
neg_cov_weight: float = 0.5

num_heads: int = 1
Expand Down

0 comments on commit c830f42

Please sign in to comment.