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 'SpatialFullConvolution.lua')
-rw-r--r--SpatialFullConvolution.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/SpatialFullConvolution.lua b/SpatialFullConvolution.lua
index 0ba5cd5..7c9520e 100644
--- a/SpatialFullConvolution.lua
+++ b/SpatialFullConvolution.lua
@@ -188,8 +188,7 @@ function SpatialFullConvolution:write(f)
end
function SpatialFullConvolution:clearState()
- self:clearDesc()
- return nn.Module.clearState(self)
+ return Convolution.clearState(self)
end
function SpatialFullConvolution:read(file, version)