10 lines
No EOL
188 B
C
10 lines
No EOL
188 B
C
#include <stdio.h>
|
|
#include <stdio.h>
|
|
|
|
#include "matrix.h"
|
|
#include "image.h"
|
|
|
|
int main() {
|
|
Image** images = import_images("train-images.idx3-ubyte", "train-labels.idx3-ubyte", 20);
|
|
|
|
} |