Skip to content

Commit 8f1bbe6

Browse files
committed
remove debug outputs, prepare for release
1 parent 9e51888 commit 8f1bbe6

File tree

1 file changed

+0
-2
lines changed
  • TrainingInterfaces/Text_to_Spectrogram/ToucanTTS

1 file changed

+0
-2
lines changed

TrainingInterfaces/Text_to_Spectrogram/ToucanTTS/ToucanTTS.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ def _forward(self,
309309
pitch_predictions[0][phoneme_index] = 0.0
310310
if phoneme_vector[get_feature_to_index_lookup()["word-boundary"]] == 1:
311311
predicted_durations[0][phoneme_index] = 0
312-
print(energy_predictions.shape)
313-
print(predicted_durations.shape)
314312
# enriching the text with pitch and energy info
315313
embedded_pitch_curve = self.pitch_embed(pitch_predictions.transpose(1, 2)).transpose(1, 2)
316314
embedded_energy_curve = self.energy_embed(energy_predictions.transpose(1, 2)).transpose(1, 2)

0 commit comments

Comments
 (0)