Closed
Description
openedon Jun 8, 2018
Question:
So I'm actually capturing my data directly from an array of sensors, and these are currently in memory. I don't have millions of datapoints, just a few hundred. I do not want to write them to file. Is TextLoader is the only way as of now to ingest data to LearningPipeline
?
I wondering if I could point to an array of objects instead of a text file to load them up, is there any alternate way I could ingest data?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment