Manuel, Can you tell us how up-to-date your local repository is by running:
› git log -1 --oneline and pasting the output in a message. Also, do the C++ tests [1] and python tests [2] pass? [1] https://github.com/numenta/nupic/blob/master/README.md#run-the-c-tests [2] https://github.com/numenta/nupic/blob/master/README.md#run-the-python-unit-tests Thanks, --------- Matt Taylor OS Community Flag-Bearer Numenta On Fri, Mar 7, 2014 at 4:51 AM, Scheele, Manuel <[email protected]> wrote: > Hi All, > > I am having some trouble running a swarm. It seems like a file is missing. I > would really appreciate it if someone could give me a hint as to how to fix > this. > > The terminal output is: > > Evaluated 7 models > HyperSearch finished! > Worker completion message: E10002: Exiting due to receiving too many models > failing from exceptions (6 out of 6). > Model Exception: Exception occurred while running model 1506: > Exception(u'Unable to locate: ta.csv using NTA_DATA_PATH of > /home/grey/nta/eng/share/prediction/data:',) (<type 'exceptions.Exception'>) > Traceback (most recent call last): > File > "/home/grey/nta/eng/lib/python2.7/site-packages/nupic/swarming/utils.py", > line 446, in runModelGivenBaseAndParams > (completionReason, completionMsg) = runner.run() > File > "/home/grey/nta/eng/lib/python2.7/site-packages/nupic/swarming/ModelRunner.py", > line 249, in run > maxTimeout=readTimeout) > File > "/home/grey/nta/eng/lib/python2.7/site-packages/nupic/data/stream_reader.py", > line 211, in __init__ > self._openStream(dataUrl, isBlocking, maxTimeout, bookmark, > firstRecordIdx) > File > "/home/grey/nta/eng/lib/python2.7/site-packages/nupic/data/stream_reader.py", > line 295, in _openStream > self._recordStoreName = findDataset(dataUrl[len(FILE_PREF):]) > File > "/home/grey/nta/eng/lib/python2.7/site-packages/nupic/data/datasethelpers.py", > line 78, in findDataset > (datasetPath, os.environ.get('NTA_DATA_PATH', ''))) > Exception: Unable to locate: ta.csv using NTA_DATA_PATH of > /home/grey/nta/eng/share/prediction/data: > > > The file format looks like this: > > time_stamp,phoneme,coef_1,coef_2,coef_3,coef_4 > datetime,string,float,float,float,float > T,S,,,, > 2014-01-01 00:00:01,h#,0.699627,-0.699280,-0.790237,-0.871324 > 2014-01-01 00:00:02,h#,0.429845,-0.754851,-0.781687,-0.871152 > > with some more coefficients to the right and more data down (I had to cut it > so the email is still readable). > > Any ideas what is going on? > > Regards, > Manuel > > > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org _______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
