numenta / nupic-legacy

Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of intelligence based strictly on the neuroscience of the neocortex.
http://numenta.org/
GNU Affero General Public License v3.0
6.33k stars 1.56k forks source link

No module named research,spatial_pooler #3868

Closed Toon6115 closed 5 years ago

Toon6115 commented 5 years ago

I follow the NuPIC+Walkthrough file, until they need to call SpatialPooler. It can not find it. Encoder/Decoder work fine. Here is an error message.

mportErrorTraceback (most recent call last)

in () ----> 1 from nupic.research.spatial_pooler import SpatialPooler ImportError: No module named research.spatial_pooler
rhyolight commented 5 years ago

Please see https://discourse.numenta.org/t/warning-0-7-0-breaking-changes/2200

Please ask further questions on HTM Forum, thanks.