There are syntax errors in file vision_testbench.py (I made a pull request, but for some reason it was not merged).
You should put < minAccuracy =100.0): > (line 101) before comment. And include numpy library. >Среда, 23 марта 2016, 12:33 +03:00 от robert bartley ><[email protected]>: > >Hi all >I have been trying to run demo.py in nupic vision but keep getting this error. > > >Traceback (most recent call last): > File "nupic.vision/demo.py", line 38, in <module> > from vision_testbench import VisionTestBench > File "/home/rob/nupic/nupic.vision/vision_testbench.py", line 100 > """ > ^ >SyntaxError: invalid syntax > > >Can anyone assist. > >Robert
