htm-community / nupic.studio

NuPIC Studio is a powerful all­-in-­one tool that allows users create a HTM neural network from scratch, train it, collect statistics, and share it among the members of the community.
GNU General Public License v2.0
94 stars 29 forks source link

Get objects status from Network class rather Spatial or Temporal classes #41

Open david-ragazzi opened 7 years ago

david-ragazzi commented 7 years ago

Some compatibility issues are rising because nupic.studio handles a older version of nupic and newer nupic versions change/remove sometimes their fields which raises errors. Future plans include handle directly nupic.network class by get neural objects and their status. This would decreasing the compatibility issues at every new nupic version. In the meantime I recommend use nupic version 0.5.4 until this fix be implemented. Any help is welcome!

rhyolight commented 7 years ago

I recommend NuPIC 0.6.0. If that doesn't work, try 0.5.3.

david-ragazzi commented 7 years ago

Thanks @rhyolight !

pxc3113 commented 7 years ago

I tried nupic 0.6.0 and it told me there was "no module named CLAClassifier". Then I tried 0.5.3 and it said "Could not find a version that satisfies the requirement"

pxc3113 commented 7 years ago

Can anyone help me please?

rhyolight commented 7 years ago

Maybe try 0.5.7?

pip install nupic==0.5.7
pxc3113 commented 7 years ago

it keeps telling me "ImportError: No module named CLAClassifier"

rhyolight commented 7 years ago

I'm sorry, I don't know the answer.

pxc3113 commented 7 years ago

Are you able to replicate this?

rhyolight commented 7 years ago

@pxc3113 This is not my project. I don't think it is maintained. I can help you with NuPIC issues, but not NuPIC Studio.

pxc3113 commented 7 years ago

@rhyolight @david-ragazzi I'm disappointed to hear that this is not maintained anymore. NuPIC Studio is a valuable tool for beginners to understand HTM theory more easily. Me and other people would grealy appreciate it if someone can step in and help fix this issue, thanks a lot!

david-ragazzi commented 7 years ago

@pxc3113 I'm only that mantain this project althought invite several developers to contribute. Because this it's very dificult get free time to do get things updated. In September (which start my vacations), I'm planing fix this and any other issues. Until there, I ask for patience.

OBS: I'm thinking on use crowdfunding to accelerate some ideas and fixes: with funds I can discard some jobs to dedicate to NuPIC Studio.

pxc3113 commented 7 years ago

@david-ragazzi how much money in total do you guys need? I'll try my best to help.

pxc3113 commented 7 years ago

@david-ragazzi @rhyolight After it told me this "from nupic.algorithms import CLAClassifier ImportError: cannot import name CLAClassifier", I thought CLAClassifier.py was missing from /usr/local/lib/python2.7/dist-packages/nupic/algorithms, but it is there. I don't really understand why it cannot import that.

david-ragazzi commented 4 years ago

The best version is 0.5.4:

pip install nupic==0.5.4