13 lines
160 B
C++
13 lines
160 B
C++
|
#include "mnistloader.h"
|
||
|
|
||
|
MnistLoader::MnistLoader()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
void MnistLoader::load(const std::string &databaseFileName, const std::string &labelsFileName)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|