From 469d2e620af5cf039af6f4390917797aeba63967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 31 May 2021 15:35:26 +0200 Subject: [PATCH] update extract_tts_spectrogram for `cond_input` API of the models --- TTS/bin/extract_tts_spectrograms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/TTS/bin/extract_tts_spectrograms.py b/TTS/bin/extract_tts_spectrograms.py index 78830925..72df9bc7 100755 --- a/TTS/bin/extract_tts_spectrograms.py +++ b/TTS/bin/extract_tts_spectrograms.py @@ -140,7 +140,6 @@ def inference( speaker_embeddings=None, ): if model_name == "glow_tts": - # mel_input = mel_input.permute(0, 2, 1) # B x D x T speaker_c = None if speaker_ids is not None: speaker_c = speaker_ids