tkwong / parameter_server

Apache License 2.0
1 stars 0 forks source link

Implement libsvm parser #7

Closed lenny098 closed 6 years ago

tkwong commented 6 years ago

@lenny098 I have commented out some of the code in the parser.hpp

https://github.com/tkwong/parameter_server/blob/59c987e5cd5ebf398e4df00874842dd3ae1b151e/lib/parser.hpp#L17-L44

Also I have added a DISABLED_ prefix to the parser test case.

https://github.com/tkwong/parameter_server/blob/59c987e5cd5ebf398e4df00874842dd3ae1b151e/lib/parser_test.cpp#L23

This make the CI works again. thanks!

tkwong commented 6 years ago

I have tried to implement the parser. but don't know yet how to manipulate Sample and DataStore's

https://github.com/tkwong/parameter_server/blob/5d33be5455237780bb7ff2dc69e916db65db33ba/lib/parser.hpp#L25-L43