去除多余行

This commit is contained in:
SapphireLab 2024-03-06 06:53:35 +08:00 committed by GitHub
parent 7c905bb152
commit 5a97d1977c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,6 @@ def mel_spectrogram_torch(
) )
y = y.squeeze(1) y = y.squeeze(1)
spec = torch.stft( spec = torch.stft(
y, y,
n_fft, n_fft,