Skip to content

Commit 09fc9a5

Browse files
committed
Fix comment
1 parent 70704be commit 09fc9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nf/nf_layer_submodule.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pure module subroutine backward(self, previous, gradient)
1515
class(layer), intent(in) :: previous
1616
real, intent(in) :: gradient(:)
1717

18-
! Backward pass currently implemented only for dense layers
18+
! Backward pass currently implemented only for dense and flatten layers
1919
select type(this_layer => self % p)
2020

2121
type is(dense_layer)

0 commit comments

Comments
 (0)