Skip to content

Commit

Permalink
Removed print.
Browse files Browse the repository at this point in the history
  • Loading branch information
clementfarabet committed Sep 20, 2011
1 parent bdb0e36 commit 7b491f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@ local function display(...)
local height = input:size(3)
local width = input:size(4)
local grid = torch.Tensor(input:size(2), height*ymaps, width*xmaps):zero()
print(#grid)
local k = 1
for y = 1,ymaps do
for x = 1,xmaps do
Expand Down

0 comments on commit 7b491f9

Please sign in to comment.