Current serialization is a nightmare. To fix: - [ ] Use https://docs.kidger.site/equinox/api/serialisation/ - [ ] Use pickle or some other similar library to create hashes/checksums of modules/models so that not only their data but also their code can be verified.
Current serialization is a nightmare. To fix: