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:
Diffstat (limited to 'test/bench_groups.lua')
-rw-r--r--test/bench_groups.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bench_groups.lua b/test/bench_groups.lua
index cfcaa41..59310c6 100644
--- a/test/bench_groups.lua
+++ b/test/bench_groups.lua
@@ -1,6 +1,6 @@
require 'cudnn'
-m = cudnn.SpatialConvolution(512,512,13,13,1,1,1,1,512)
+m = cudnn.SpatialFullConvolution(512,512,13,13,1,1,1,1,512)
inp = torch.zeros(1,512,512,512)