nupic.subutai
nupic.subutai copied to clipboard
runtime error
After seeing your explanation about anomalies, I want to try it for myself. So I cloned your code and started run_all.sh in run_anomaly. I got this runtime error, which I cannot explain. I checked the nupic-mails, looking for maxBoost, but I found nothing. I have cloned nupic, but not nupic.core, could that be the reason? My knowledge of python is not so great, so maybe I do something stupid.
ERROR: Unknown parameter 'maxBoost' for region 'SP' of type 'py.SPRegion'
Valid parameters are:
stimulusThreshold
.....
spOutputNonZeros
self
[/home/jos/nta/source/repo/nta/engine/YAMLUtils.cpp line 280]
Traceback (most recent call last):
File "run_anomaly.py", line 127, in
Thanks. My very first bug report on this repo!!
I just tried it with the latest version of nupic and it seems to work. You do need to have a valid install of nupic, including nupic.core. Can you try going to examples/opf/clients/hotgym/anomaly
inside the nupic repo and type python hotgym_anomaly.py
?
If that gives an error then there is probably something wrong with the nupic install.
Thanks, I tried that and that failed too. I noticed that I had 2 directories with nupic-files in it (nta and nupic). So I threw everything away and installed it again. Now I have all kind of problems with environment, so I have to work on that.
OK. I would recommend emailing your problems to the nupic list. The people there are very helpful and someone probably has already seen the exact issue you are running into!