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 53d0927 commit 07a5d8aCopy full SHA for 07a5d8a
vietTTS/nat/config.py
@@ -15,7 +15,8 @@ class FLAGS(Namespace):
15
acoustic_encoder_dim = 256
16
17
# dataset
18
- max_phoneme_seq_len = 128 * 3
+ max_phoneme_seq_len = 256 * 1
19
+ assert max_phoneme_seq_len % 256 == 0 # prevent compilation error on Colab T4 GPU
20
max_wave_len = 1024 * 64 * 3
21
22
# Montreal Forced Aligner
0 commit comments