Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinuzziFrancesco committed Dec 17, 2024
1 parent 2b043c1 commit 16908bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RecurrentLayers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ using Flux
using Compat: @compat #for @compat public
import Flux: _size_check, _match_eltype, chunk, create_bias, zeros_like
import Flux: glorot_uniform
#TODO add interlinks to initialstates in docstrings https://juliadocs.org/DocumenterInterLinks.jl/stable/
import Flux: initialstates, scan

abstract type AbstractRecurrentCell end
Expand Down

0 comments on commit 16908bf

Please sign in to comment.