Network serialization
I currently attempt to serialize my network for better testing and generality. It uses the Network API and has 8 layers including next to the Spatial Pooler and Temporal Memory components from the htm-research repository (ExtendedTemporalMemory, UnionPooler) and Regions that are modified/created by myself.
I saw in another thread that the only way to serialize the network currently is to go through all the algorithms in each regions and save them separately and then load them again when creating a network.
Is there any sample code of serializing with the network API? Or hints from other people that attempted this?
How far is the New Serialization Plan realized?
Kind regards