Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Jan 2, 2025
1 parent ff35528 commit 0bea861
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ using Flux:
Conv,
ConvTranspose,
Dense,
GRU, GRUCell,
LSTM, LSTMCell,
GRU,
GRUCell,
LSTM,
LSTMCell,
Maxout,
MeanPool,
RNN, RNNCell,
RNN,
RNNCell,
SamePad,
Scale,
SkipConnection,
Expand Down

0 comments on commit 0bea861

Please sign in to comment.