config updates

This commit is contained in:
Eren Golge
2019-03-26 15:46:26 +01:00
parent bc51b81aae
commit fdca8402c7
5 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ def visualize(alignment, spectrogram_postnet, stop_tokens, text, hop_length, CON
num_plot = 3
label_fontsize = 16
plt.figure(figsize=(16, 48))
plt.figure(figsize=(8, 24))
plt.subplot(num_plot, 1, 1)
plt.imshow(alignment.T, aspect="auto", origin="lower", interpolation=None)