neural-tangents
neural-tangents copied to clipboard
Make the test of the infinte_fcn example file pass.
- Add the tests for
infinite_fcn
in Travis CI; - Change
uint32
toint32
for abstract key initialization for type compatibility reasons; - Update
dataclasses
with the PyTree node registration being removed; - Update
eval_on_shapes
and the according usage based on the latest update on Google Trax - https://github.com/google/trax/pull/970; - Remove the printing statements that were used for debugging purposes.