"git@developer.sourcefind.cn:change/sglang.git" did not exist on "0b1e04f08309ce3f8903421c5804672e90d19b96"
Commit e58da513 authored by Davis King's avatar Davis King
Browse files

minor cleanup

parent d3b02131
...@@ -21,7 +21,7 @@ namespace dlib ...@@ -21,7 +21,7 @@ namespace dlib
std::vector<unsigned long>& labels std::vector<unsigned long>& labels
) )
{ {
std::ifstream fin((folder_name + "/" + batch_name).c_str(), std::ios::binary); std::ifstream fin(folder_name + "/" + batch_name, std::ios::binary);
if (!fin) throw error("Unable to open file " + batch_name); if (!fin) throw error("Unable to open file " + batch_name);
const long nr = 32; const long nr = 32;
const long nc = 32; const long nc = 32;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment