Removal of an useless comment

This commit is contained in:
julienChemillier 2023-05-21 11:54:54 +02:00
parent 94c14cedba
commit 10a9714db9

View File

@ -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++) {