Skip to content

Commit

Permalink
add new observables to init
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstiNik committed Aug 15, 2024
1 parent 456ea29 commit 66b2e68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions papyrus/measurements/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
from papyrus.measurements.measurements import (
NTK,
Accuracy,
LabelNTKAlignment,
Loss,
LossDerivative,
NTKEigenvalues,
NTKEigenvectorAlignment,
NTKEntropy,
NTKMagnitudeDistribution,
NTKSelfEntropy,
Expand All @@ -45,4 +47,6 @@
Accuracy.__name__,
NTK.__name__,
LossDerivative.__name__,
LabelNTKAlignment.__name__,
NTKEigenvectorAlignment.__name__,
]

0 comments on commit 66b2e68

Please sign in to comment.