Skip to content

Commit

Permalink
moved annoying print statement into fex.verbose as it rightly should'…
Browse files Browse the repository at this point in the history
…ve been
  • Loading branch information
soumith committed Feb 15, 2013
1 parent 77bd706 commit 1fbe7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sift.lua
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function fex.dsiftfast(im, params)
local G_X,G_Y = fex.gendgauss(sigma_edge)

I:add(-I:mean())
print('0',torch.toc(t))
if fex.verbose then print('0',torch.toc(t)) end
local I_X = torch.xcorr2(I, G_X)
local I_Y = torch.xcorr2(I, G_Y)

Expand Down

0 comments on commit 1fbe7b2

Please sign in to comment.