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

github.com/soumith/cudnn.torch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoumith <soumith@fb.com>2016-09-30 04:08:31 +0300
committersoumith <soumith@fb.com>2016-09-30 04:08:31 +0300
commit1cfb74acdf32bd13fe27d0853e7ff5c9608afa6c (patch)
treec656a6c12b5cb1d791dd85cb7024b161d83c7da0 /convert.lua
parent01e765d8ef8cadb079fb5063918b1524061b3241 (diff)
adding VolumetricFullConvolutionvolfullconv
Diffstat (limited to 'convert.lua')
-rw-r--r--convert.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/convert.lua b/convert.lua
index 5368418..4075122 100644
--- a/convert.lua
+++ b/convert.lua
@@ -14,6 +14,7 @@ local layer_list = {
'LogSoftMax',
'VolumetricBatchNormalization',
'VolumetricConvolution',
+ 'VolumetricFullConvolution',
'VolumetricMaxPooling',
'VolumetricAveragePooling',
}