DeepCL
SNAPSHOT
Deep convolutional neural networks using OpenCL
|
Use to load data from file, given the path to the images file. More...
Static Public Member Functions | |
static publicapi void | getDimensions (const char *trainFilepath, int *p_numExamples, int *p_numPlanes, int *p_imageSize) |
static publicapi void | load (const char *imagesFilePath, float *images, int *labels, int startN, int numExamples) |
Use to load data from file, given the path to the images file.
Can handle mnist, norb and kgsgov2 formats for now Can be extended to other formats, as long as there is some reasonably quick way to determine the format correctly eg, a header, or based on the file extension
|
static |
|
static |