We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e51888 commit 8f1bbe6Copy full SHA for 8f1bbe6
TrainingInterfaces/Text_to_Spectrogram/ToucanTTS/ToucanTTS.py
@@ -309,8 +309,6 @@ def _forward(self,
309
pitch_predictions[0][phoneme_index] = 0.0
310
if phoneme_vector[get_feature_to_index_lookup()["word-boundary"]] == 1:
311
predicted_durations[0][phoneme_index] = 0
312
- print(energy_predictions.shape)
313
- print(predicted_durations.shape)
314
# enriching the text with pitch and energy info
315
embedded_pitch_curve = self.pitch_embed(pitch_predictions.transpose(1, 2)).transpose(1, 2)
316
embedded_energy_curve = self.energy_embed(energy_predictions.transpose(1, 2)).transpose(1, 2)
0 commit comments