Merge commit '89244b4aec1f229b9ba1378389d4dea697389666'
This commit is contained in:
@@ -56,7 +56,7 @@ struct SparseMat {
|
||||
data.clear();
|
||||
feat_dim = 0;
|
||||
std::string line;
|
||||
while (in->NextLine(&line)) {
|
||||
while (in->ReadLine(&line)) {
|
||||
float label;
|
||||
std::istringstream ss(line);
|
||||
ss >> label;
|
||||
|
||||
Reference in New Issue
Block a user