Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

HTMRunner only runs when generating network data #382

Open
BoltzmannBrain opened this issue Dec 17, 2015 · 0 comments
Open

HTMRunner only runs when generating network data #382

BoltzmannBrain opened this issue Dec 17, 2015 · 0 comments

Comments

@BoltzmannBrain
Copy link
Contributor

With the param generateData set the HTMRunner will create self.dataDict as it reads in the CSV and writes CSVs formatted for the network API. If you pass an already formatted data file to the HTMRunner (i.e. as dataPath) it will skip over the creation of self.dataDict. This causes experiments to fail in HTMRunner.mapLabelRefs().

@subutai I'm holding off on addressing this issue because (i) it's not blocking anyone (just causing the NLP integration tests to fail), and (ii) changing the data input format to the more agnostic version we discussed (i.e. models work with a data structure, not CSVs) then this issue would become obsolete anyway.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant