mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 23:26:25 +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("depth: %d\n", network->depth[i]);
|
||||||
printf("activation: %d\n", kernel->activation);
|
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");
|
printf("Libération de la mémoire\n");
|
||||||
free_network(network);
|
free_network(network);
|
||||||
|
Loading…
Reference in New Issue
Block a user