CrossCor test passing, hopefully.

This commit is contained in:
thebhatman 2019-06-13 01:21:58 +05:30
parent 48ed93cdaa
commit ce11804dc1

View File

@ -8,7 +8,7 @@ using MacroTools: @forward
@reexport using NNlib
using Zygote: Params, @adjoint, gradient
export Chain, Dense, Maxout, RNN, LSTM, GRU, Conv, ConvTranspose, MaxPool, MeanPool,
export Chain, Dense, Maxout, RNN, LSTM, GRU, Conv, CrossCor, ConvTranspose, MaxPool, MeanPool,
DepthwiseConv, Dropout, AlphaDropout, LayerNorm, BatchNorm, InstanceNorm, GroupNorm,
SkipConnection,params, mapleaves, cpu, gpu, f32, f64, param, data