Skip to content

Commit

Permalink
Got error message before with v1.8. I hope this fixes it.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Dec 12, 2023
1 parent 4ddf149 commit 10ecc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/bias_layer.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@doc raw"""
A *bias layer* that does nothing more than add a vector to the input. This is needed for *LA-SympNets*.
"""
struct BiasLayer{M, M} <: SympNetLayer{M, M}
struct BiasLayer{M, N} <: SympNetLayer{M, N}
end

function BiasLayer(M::Int)
Expand Down

0 comments on commit 10ecc47

Please sign in to comment.