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 'Pooling3D.lua')
-rw-r--r--Pooling3D.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pooling3D.lua b/Pooling3D.lua
index a1fd3e3..072f2c3 100644
--- a/Pooling3D.lua
+++ b/Pooling3D.lua
@@ -141,5 +141,6 @@ end
function Pooling:clearState()
self:clearDesc()
+ self._gradOutput = nil
return parent.clearState(self)
end