Welcome to mirror list, hosted at ThFree Co, Russian Federation.

VolumetricBatchNormalization.lua - github.com/torch/nn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6168a9245dcefa6b13051368ddcceacbbb11161c (plain)
1
2
3
4
local BN, parent = torch.class('nn.VolumetricBatchNormalization', 'nn.BatchNormalization')

-- expected dimension of input
BN.nDim = 5