This commit is contained in:
Artiprocher
2025-07-29 11:16:50 +08:00
parent c05b1a2fd0
commit c125728ce0

View File

@@ -1012,7 +1012,7 @@ class TemporalTiler_BCTHW:
def __init__(self):
pass
def build_1d_mask(length, left_bound, right_bound, border_width):
def build_1d_mask(self, length, left_bound, right_bound, border_width):
x = torch.ones((length,))
if border_width == 0:
return x