Fred Rotbart

Results 5 issues of Fred Rotbart

In PatternGenerator `self.channels().values()` was not being converted to a list before accessing by index.

I would like to multiprocess several parallel networks, in particular the location framework, but this fails on pickle errors for networks and regions. I added pickle tests to the Python...

bug
Python Binding
serializable

As the title expresses trying to activate a conda environment either in the command line or in, say a VisualCode environment causes an import collision. For example in: `nupic.research/projects/location_layer/single_layer_2d_experiment` The...

Linking the reset signal from a Python region to a TMRegion in a HTMNetwork triggers the assert: `NTA_ASSERT(reset.getType() == NTA_BasicType_Real32)` in line 193 of `TMRegion.cpp`. The reset field in the...