Commit 5033fdd0 authored by Jason Lian's avatar Jason Lian
Browse files

add comment

parent 1ef6de08
...@@ -101,7 +101,7 @@ def LC2CL(tensor): ...@@ -101,7 +101,7 @@ def LC2CL(tensor):
""" """
return tensor.transpose(0, 1).contiguous() return tensor.transpose(0, 1).contiguous()
# TODO: remove this once https://github.com/pytorch/pytorch/issues/21478 gets solved
@torch.jit.ignore @torch.jit.ignore
def _stft(input, n_fft, hop_length, win_length, window, center, pad_mode, normalized, onesided): def _stft(input, n_fft, hop_length, win_length, window, center, pad_mode, normalized, onesided):
# type: (Tensor, int, Optional[int], Optional[int], Optional[Tensor], bool, str, bool, bool) -> Tensor # type: (Tensor, int, Optional[int], Optional[int], Optional[Tensor], bool, str, bool, bool) -> Tensor
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment