Skip to content

Commit

Permalink
inlcude loss derivative in init
Browse files Browse the repository at this point in the history
  • Loading branch information
knikolaou committed May 29, 2024
1 parent c896254 commit 0fa1a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions papyrus/measurements/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
NTKMagnitudeDistribution,
NTKSelfEntropy,
NTKTrace,
LossDerivative,
)

__all__ = [
Expand All @@ -43,4 +44,5 @@
Loss.__name__,
Accuracy.__name__,
NTK.__name__,
LossDerivative.__name__,
]

0 comments on commit 0fa1a4d

Please sign in to comment.