We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0479825 commit c5c45c8Copy full SHA for c5c45c8
src/nf/nf_layer_submodule.f90
@@ -33,6 +33,8 @@ pure module subroutine backward_1d(self, previous, gradient)
33
call this_layer % backward(prev_layer % output, gradient)
34
type is(flatten_layer)
35
36
+ type is(rnn_layer)
37
+ call this_layer % backward(prev_layer % output, gradient)
38
end select
39
40
0 commit comments