Skip to content

Commit e8edde7

Browse files
committed
Removed debug
1 parent b463b38 commit e8edde7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dect/ect.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,6 @@ def compute_ect_edges(
288288
# Node heights have shape [num_points, num_directions]
289289
nh = x @ v
290290
lin = torch.linspace(-radius, radius, resolution, device=x.device).view(-1, 1, 1)
291-
print("DECT DEVICE", scale.device)
292-
print("DECT DEVICE", lin.device)
293-
print("DECT DEVICE", nh.device)
294291
ecc = torch.nn.functional.sigmoid(scale * torch.sub(lin, nh))
295292
output = torch.zeros(
296293
size=out_shape,

0 commit comments

Comments
 (0)