Exported AlphaDropout

This commit is contained in:
Manjunath Bhat 2019-03-04 01:09:05 +05:30 committed by GitHub
parent 97f874abcf
commit b5533ee00b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ using MacroTools, Juno, Requires, Reexport, Statistics, Random
using MacroTools: @forward
export Chain, Dense, RNN, LSTM, GRU, Conv, ConvTranspose, MaxPool, MeanPool,
DepthwiseConv, Dropout, LayerNorm, BatchNorm,
DepthwiseConv, Dropout, AlphaDropout, LayerNorm, BatchNorm,
params, mapleaves, cpu, gpu, f32, f64
@reexport using NNlib