Matthew Taylor
Matthew Taylor
This is an educational issue. You want it to be more clear that when `globalInhibition=true`, the user must specify a `potentialRadius` that matches the input width of the encoding. Right?...
So there is no `localInhibition` setting, but if `globalInhibition=false` we should trust the user to know what they are doing, IMO.
I think this is another discussion, and any documentation about it should be included in future educational work about topology. Currently, topology is an advanced use-case. We don't have many...
@dan-mk Can you update the test suite to fail when `predictedSegmentDecrement` is non-zero? It would be best to expose this as an error in an existing test suite.
BTW @dan-mk, this repository is in maintenance mode. There is no guarantee this contribution will be merged anytime soon. See the README for details. The currently active HTM C++/Python project...
Validator failure is wrong. I rebuilt the CircleCI build.
What command are you running to install?
What operating system are you using? You might try installing [Capnproto](https://capnproto.org/install.html) manually.
Are you using the system python that came with Mac OS or did you install Anaconda or homebrew python? Also what exact OS version?
Are you sure you have python development headers installed? The thing about "cython" above bothers me. Generally on a Mac, you need to use the system python or else things...