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 18d792e commit 906cc05Copy full SHA for 906cc05
src/nf/nf_linear2d_layer.f90
@@ -61,8 +61,6 @@ module function linear2d_layer_cons(&
61
res % out_features = out_features
62
res % sequence_length = sequence_length
63
res % batch_size = batch_size
64
-
65
-! call res % init([1])
66
end function linear2d_layer_cons
67
68
module subroutine init(self, input_shape)
0 commit comments