v0.6.0
New features:
-
nt.empirical
:- New
implementation=3
fornt.empirical
, allowing to often speed-up or reduce the memory of the empirical NTK by orders of magnitude. Please see our ICML2022 paper Fast Finite Width Neural Tangent Kernel, new empirical NTK examples, and visit us on Thursday at ICML in-person! - New experimental prototype of using our empirical NTK implementations in Tensorflow via
nt.experimental.empirical_ntk_fn_tf
. - Make
nt.empircial
work with arbitrary pytrees.
- New
-
nt.stax
:
Improvements:
- Slightly lower memory usage in batching.
- Many improvements to documentation and type annotations.
- Simplify test specifications and avoid relying on JAX testing utilities.
Bugfixes:
Breaking changes: