This commit is contained in:
Thomas Schleicher 2023-09-19 11:11:44 +02:00
parent 9d150c04c5
commit f98bb5cbaa
4 changed files with 26 additions and 7 deletions

5
main.c
View file

@ -1,7 +1,10 @@
#include <stdio.h>
#include <stdio.h>
#include "matrix.h"
#include <stdio.h>
#include "image.h"
int main() {
Image** images = import_images("train-images.idx3-ubyte", "train-labels.idx3-ubyte", 20);
}