Hey Everybody,
Does anyone here have experience using multiprocessing in HTM.core?
I currently have a Cortical Column class which contains a number of TM layers and methods to encode, spatially pool, and temporally extend input.
One layer processes sensory input, and the other processes motor input.
I want the two layers to simultaneously process their inputs in parallel in order to speed up computation time, but I don’t have a great frame of reference on how to do it.
Thanks