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

Reply via email to