From 88d8a94a104e9577d8988c23e84b67488bf53149 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 26a4b2f4..95171a9b 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