Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed Oct 30, 2019
1 parent e9e8c9c commit 1def2aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions torch_struct/alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def reflect(x, size):
def merge2(xa, xb, size, rsize):
nrsize = (rsize - 1) * 2 + 3
rsize += 2
print(nrsize, rsize)
st = []
left = (
pad_conv(
Expand Down Expand Up @@ -274,7 +273,6 @@ def merge2(xa, xb, size, rsize):
size = bin_MN // 2
rsize = 2
for n in range(2, log_MN + 1):
print(n)
size = int(size / 2)
rsize *= 2
q = merge2(charta[n - 1], chartb[n - 1], size, charta[n - 1].shape[3])
Expand Down

0 comments on commit 1def2aa

Please sign in to comment.