mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 23:26:25 +01:00
Fix typo
This commit is contained in:
parent
5c7c013d91
commit
f60a80f8c5
@ -39,7 +39,7 @@ typedef struct Network{
|
|||||||
int* depth; // depth[size]
|
int* depth; // depth[size]
|
||||||
Kernel** kernel; // kernel[size], contient tous les kernels
|
Kernel** kernel; // kernel[size], contient tous les kernels
|
||||||
float**** input; // Tableau de toutes les couches du réseau input[size][couche->depth][couche->width][couche->width]
|
float**** input; // Tableau de toutes les couches du réseau input[size][couche->depth][couche->width][couche->width]
|
||||||
float**** input_z; // Même tableau que input mais ne contient paas la dernière fonction d'activation à chaque ligne
|
float**** input_z; // Même tableau que input mais ne contient pas la dernière fonction d'activation à chaque ligne
|
||||||
} Network;
|
} Network;
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
Reference in New Issue
Block a user