Skip to content

Commit

Permalink
zygote fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes committed Mar 8, 2019
1 parent 81549da commit b110c1a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Flux.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ module Flux
using Base: tail
using MacroTools, Juno, Requires, Reexport, Statistics, Random
using MacroTools: @forward
@reexport using NNlib
using Zygote: gradient, @adjoint

export Chain, Dense, RNN, LSTM, GRU, Conv, ConvTranspose, MaxPool, MeanPool,
DepthwiseConv, Dropout, AlphaDropout, LayerNorm, BatchNorm, InstanceNorm,
params, mapleaves, cpu, gpu, f32, f64

@reexport using NNlib

using Zygote

include("optimise/Optimise.jl")
using .Optimise
using .Optimise: @epochs
Expand Down

0 comments on commit b110c1a

Please sign in to comment.