"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "c9f939bf9885de32ada828809410b4a6c1d9ff2a"
Commit e58da513 authored by Davis King's avatar Davis King
Browse files

minor cleanup

parent d3b02131
......@@ -21,7 +21,7 @@ namespace dlib
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);
const long nr = 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