Aggiunto qualche printf
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ void main() {
|
||||
Dataset mnist = *get_dataset(file_immagini, file_label);
|
||||
|
||||
for(int epoca = 0; epoca < EPOCHE; epoca++) {
|
||||
//printf("\nEPOCA %d\n", epoca);
|
||||
printf("\nEPOCA %d\n", epoca);
|
||||
if (addestra(&rete, mnist))
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user