Hey I am sorry for wasting everybody's time. I just forgot to tell the kCSVInput Layer what shape my CSV data has.
Best Regards, Georges > On 11 Jul 2016, at 11:02, Xin Ji <[email protected]> wrote: > > Hi Georges, > > Your CSV file is correctly formatted. > Can you send the entire job.conf file and a small sample data file to me? > > BTW, you can also try the new version of singa, which is under the dev > branch. Here is the link: https://github.com/apache/incubator-singa/tree/dev > <https://github.com/apache/incubator-singa/tree/dev> > You can use functions of textfile_reader and csvdecoder class to parse your > csv file. > You can refer to the test files (i.e., test_textfile_rw.cc and test_csv.cc) > to get an idea about how to call the functions. Here are the links: > https://github.com/apache/incubator-singa/blob/dev/test/singa/test_textfile_rw.cc > > <https://github.com/apache/incubator-singa/blob/dev/test/singa/test_textfile_rw.cc> > https://github.com/apache/incubator-singa/blob/dev/test/singa/test_csv.cc > <https://github.com/apache/incubator-singa/blob/dev/test/singa/test_csv.cc> > > Best Regards, > Ji Xin
