mirror of
https://github.com/augustin64/projet-tipe
synced 2025-02-02 19:39:39 +01:00
Removal of an useless comment
This commit is contained in:
parent
94c14cedba
commit
10a9714db9
@ -643,7 +643,7 @@ void backward_convolution_cpu(Kernel_cnn* ker, float*** input, float*** input_z,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Input TODO
|
// Input
|
||||||
if (is_first==1) // Pas besoin de backpropager dans l'input
|
if (is_first==1) // Pas besoin de backpropager dans l'input
|
||||||
return;
|
return;
|
||||||
for (int i=0; i < input_depth; i++) {
|
for (int i=0; i < input_depth; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user