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

github.com/torch/image.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2012-04-12 21:28:43 +0400
committerClement Farabet <clement.farabet@gmail.com>2012-04-12 21:28:43 +0400
commitf920d36d3ef71162661bfd8642dfbba73e48ab8b (patch)
tree7b222563e9d933f1ee5ad0ce2e4753c794363551 /init.lua
parentfbd9d4902eea34cd439810c0e0fb4639fb1d4c13 (diff)
removed verbose print
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 0c25309..40fa160 100644
--- a/init.lua
+++ b/init.lua
@@ -524,7 +524,6 @@ local function minmax(args)
-- saturate
if saturate then
- print('saturating')
tensorOut.image.saturate(tensorOut)
end