htm.core
htm.core copied to clipboard
Possible Serialization problem in JSON mode.
In bindings\py\tests\algorithms\temporal_memory_test.py, line 58 I marked this py unit test as skipped. It is giving me an error that comes from Cereal. It is an error I have see before with JSON output and it may indicate some bad Cereal serialization code someplace.
This happens when deserializing the TM using the loadFromString(s) function.
This happens when deserializing the TM using the loadFromString(s)
oh, so just in TM? Do you think we do something non-standard we could be doing in TM serialization, or a bug in JSON used by PyBind11? Q:
- file a bug at pybind?
- is there a newer release to use?