flax
bfca2cc2
- Fix serialization restore.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
Fix serialization restore. Serialization was creating a new named tuple class based on the fields in the state dict. This results in a type error when comparing to the original or when comparing the structure of PyTrees.
References
#1432 - Fix serialization restore for named tuples
Author
jheek
Committer
jheek
Parents
f8dc89a6
Loading