rimessa versione precedente funzionante perchè mi sono rotto

This commit is contained in:
2025-02-24 18:59:00 +01:00
parent 67dfb2fe92
commit 5368add44c
8 changed files with 12 additions and 70051 deletions

View File

@@ -3,8 +3,10 @@
#include <math.h>
char *file_pesi = "rete_pesi.bin";
char *file_immagini = "mnist/t10k-images.idx3-ubyte";
char *file_label = "mnist/t10k-labels.idx1-ubyte";
/* char *file_immagini = "mnist/t10k-images.idx3-ubyte";
char *file_label = "mnist/t10k-labels.idx1-ubyte"; */
char *file_immagini = "mnist/train-images.idx3-ubyte";
char *file_label = "mnist/train-labels.idx1-ubyte";
#include "mnist/mnist_manager.h"
// #include "cifar_10/cifar10_manager.h"