Skip to content

Commit 71b0901

Browse files
committed
Extra line
1 parent ce77355 commit 71b0901

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/layers/core.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const AbstractDEQs = Union{AbstractDeepEquilibriumNetwork,
2626
AbstractSkipDeepEquilibriumNetwork}
2727

2828
function (deq::AbstractDEQs)(x::AbstractArray, ps, st::NamedTuple)
29-
# return deq
3029
return deq(x, ps, st, _check_unrolled_mode(st))
3130
end
3231

0 commit comments

Comments
 (0)