Skip to content

Commit

Permalink
Include NTK measurement in imports
Browse files Browse the repository at this point in the history
  • Loading branch information
knikolaou committed May 16, 2024
1 parent 22c6cb6 commit 8ca062b
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 @@ -23,6 +23,7 @@

from papyrus.measurements.base_measurement import BaseMeasurement
from papyrus.measurements.measurements import (
NTK,
Accuracy,
Loss,
NTKEigenvalues,
Expand All @@ -41,4 +42,5 @@
NTKMagnitudeDistribution.__name__,
Loss.__name__,
Accuracy.__name__,
NTK.__name__,
]

0 comments on commit 8ca062b

Please sign in to comment.