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 1797f2a commit 3e8af9fCopy full SHA for 3e8af9f
src/Flux.jl
@@ -16,7 +16,7 @@ export gradient
16
# Pirate error to catch a common mistake. (Internal function `base` because overloading `update!` is more likely to give ambiguities.)
17
Optimisers.base(dx::Zygote.Grads) = error("Optimisers.jl cannot be used with Zygote.jl's implicit gradients, `Params` & `Grads`")
18
19
-export Chain, Dense, Maxout, SkipConnection, Parallel, PairwiseFusion,
+export Chain, Dense, Embedding, Maxout, SkipConnection, Parallel, PairwiseFusion,
20
RNN, LSTM, GRU, GRUv3,
21
SamePad, Conv, CrossCor, ConvTranspose, DepthwiseConv,
22
AdaptiveMaxPool, AdaptiveMeanPool, GlobalMaxPool, GlobalMeanPool, MaxPool, MeanPool,
0 commit comments