Add CIFAR-10 dataset loader (#2245)
* fix typos * add cifar-10 * open files in binary mode * print messages with file name only, like mnist loader * some fixes * add mnist.cpp to CMakeLists.txt * fix test index * do not use iterator in cast * add cifar.cpp to all * Add Davis' suggestions * no need to use namespace std and clean up empty lines
Showing
dlib/data_io/cifar.cpp
0 → 100644
dlib/data_io/cifar.h
0 → 100644
Please register or sign in to comment