Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yxlllc committed May 28, 2024
1 parent a77bddb commit 339a09b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/nets.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def __init__(self, n_fft, hop_length, nout=32, nout_lstm=128, is_complex=False,
self.is_complex = is_complex
self.is_mono = is_mono
self.register_buffer("window", torch.hann_window(n_fft), persistent=False)
self.window = None
self.max_bin = n_fft // 2
self.output_bin = n_fft // 2 + 1
self.nin_lstm = self.max_bin // 2
Expand Down

0 comments on commit 339a09b

Please sign in to comment.