mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 15:16:26 +01:00
Update test/cnn_structure
This commit is contained in:
parent
6362382e91
commit
cdbabd21be
@ -42,7 +42,7 @@ int main() {
|
||||
printf("depth: %d\n", network->depth[i]);
|
||||
printf("activation: %d\n", kernel->activation);
|
||||
}
|
||||
printf(GREEN "\nOK\n" RESET);
|
||||
printf("\n" GREEN "OK\n" RESET);
|
||||
|
||||
printf("Libération de la mémoire\n");
|
||||
free_network(network);
|
||||
|
Loading…
Reference in New Issue
Block a user