Skip to content

Commit 27cda39

Browse files
generatedunixname537391475639613meta-codesync[bot]
authored andcommitted
fbcode/pytorch/benchmark/torchbenchmark/models/demucs/demucs/tasnet.py
Differential Revision: D88830536 fbshipit-source-id: 1ae53c8b77c36f643bfbdee3791d077dc1522bab
1 parent 0c5c394 commit 27cda39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchbenchmark/models/demucs/demucs/tasnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def __init__(
227227
bottleneck_conv1x1 = nn.Conv1d(N, B, 1, bias=False)
228228
# [M, B, K] -> [M, B, K]
229229
repeats = []
230-
for r in range(R):
230+
for _ in range(R):
231231
blocks = []
232232
for x in range(X):
233233
dilation = 2**x

0 commit comments

Comments
 (0)