Skip to content

Commit

Permalink
remove debugging print
Browse files Browse the repository at this point in the history
Signed-off-by: HuiyingLi <[email protected]>
  • Loading branch information
HuiyingLi committed Jun 30, 2024
1 parent f2e39d2 commit 1e66852
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def forward(
# Arrange vectors inside each tile into the corresponding shape (should be square)
vw = round((w * v // h) ** 0.5)
vh = vw * h // w
print(vw, vh)
features = rearrange(features, "b gh gw (vh vw) d -> b gh gw vh vw d",
b=b, gh=self.grid_h, gw=self.grid_w, vh=vh, vw=vw)

Expand Down

0 comments on commit 1e66852

Please sign in to comment.