TIML
 All Data Structures Files Functions Variables Enumerations Enumerator Groups Pages
Macros | Functions
appCNNClassMNISTTesting.c File Reference
#include "../appCNNClass.h"

Macros

#define DATABASE_PATH   "../../../../database/mnist"
 
#define MODEL_PATH   "../../../../database/model/mnist/databaseModelMNIST.m"
 
#define TOP_N   1
 
#define TEST_NUM   10000
 
#define IMAGE_ROW   28
 
#define IMAGE_COL   28
 
#define IMAGE_CHANNEL   1
 

Functions

int main ()
 
int appCNNClassMNISTTesting ()
 MNIST classification testing example.