Skip to content

Commit 906cc05

Browse files
committed
remove extra comment
1 parent 18d792e commit 906cc05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/nf/nf_linear2d_layer.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ module function linear2d_layer_cons(&
6161
res % out_features = out_features
6262
res % sequence_length = sequence_length
6363
res % batch_size = batch_size
64-
65-
! call res % init([1])
6664
end function linear2d_layer_cons
6765

6866
module subroutine init(self, input_shape)

0 commit comments

Comments
 (0)