diff --git a/examples/SimpleRNN/main.jl b/examples/SimpleRNN/main.jl index bc642d2f0..7d8222cec 100644 --- a/examples/SimpleRNN/main.jl +++ b/examples/SimpleRNN/main.jl @@ -9,6 +9,9 @@ # ## Package Imports +# Note: If you wish to use AutoZygote() for automatic differentiation, +# add Zygote to your project dependencies and include `using Zygote`. + using ADTypes, Lux, JLD2, MLUtils, Optimisers, Printf, Reactant, Random # ## Dataset