Open EvanZ opened 5 years ago
@EvanZ Program access not real address on your machine. Does your program generate .bin file correctly(like a bin file with 0 kb or no bin file)?And you run it on 64-bit or 32-bit system?
I do see a .bin file being generated inside the train path with 0 bytes. I am running on Mac OS X Mojave, so I guess that is 64 bit.
@EvanZ Maybe there are some characters can not be transformed to int or float number in your csv file. You can check whether have not character of number(characters like 'abc' or something else ) in file.
Hmm...does it not allow a header row?
@EvanZ Yes. You can find details in https://xlearn-doc.readthedocs.io/en/latest/python_api/index.html
@etveritas Thanks for resolving this issue!
I'm trying to read in a csv file and getting the following error:
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
I simply modified the demo code for my data set:
Is there a parameter I need to specify to make CSV work?