src/network.c @@ -218,6 +218,7 @@ state.delta = prev.delta; } layer l = net.layers[i]; if (l.stopbackward) break; l.backward(l, state); } }