From ec2c00783d533a850d90bf820a1b1f445d156239 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Wed, 24 Oct 2018 22:18:26 +0530 Subject: [PATCH] Add missing export for DepthwiseConv --- src/Flux.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Flux.jl b/src/Flux.jl index 8c959fec..f4f2db62 100644 --- a/src/Flux.jl +++ b/src/Flux.jl @@ -6,7 +6,7 @@ using MacroTools, Juno, Requires, Reexport, Statistics, Random using MacroTools: @forward export Chain, Dense, RNN, LSTM, GRU, Conv, MaxPool, MeanPool, - Dropout, LayerNorm, BatchNorm, + DepthwiseConv, Dropout, LayerNorm, BatchNorm, params, mapleaves, cpu, gpu @reexport using NNlib