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 70704be commit 09fc9a5Copy full SHA for 09fc9a5
src/nf/nf_layer_submodule.f90
@@ -15,7 +15,7 @@ pure module subroutine backward(self, previous, gradient)
15
class(layer), intent(in) :: previous
16
real, intent(in) :: gradient(:)
17
18
- ! Backward pass currently implemented only for dense layers
+ ! Backward pass currently implemented only for dense and flatten layers
19
select type(this_layer => self % p)
20
21
type is(dense_layer)
0 commit comments