From 74a67e8e4f19dde3da94f8b3a1b21c2a62f5dff2 Mon Sep 17 00:00:00 2001 From: longRookie Date: Tue, 7 Mar 2023 10:00:14 +0800 Subject: [PATCH] modify the comment in iSTFT.yaml --- examples/csmsc/voc5/conf/iSTFT.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/csmsc/voc5/conf/iSTFT.yaml b/examples/csmsc/voc5/conf/iSTFT.yaml index 898cf1e68..4d2a3ba59 100644 --- a/examples/csmsc/voc5/conf/iSTFT.yaml +++ b/examples/csmsc/voc5/conf/iSTFT.yaml @@ -26,7 +26,7 @@ fmax: 7600 # Maximum frequency in mel basis calculation. (Hz) generator_params: istft: True # use iSTFTNet post_n_fft: 48 # stft fft_num - gen_istft_hop_size: 12 # istft hop_length 原始为4 + gen_istft_hop_size: 12 # istft hop_length gen_istft_n_fft: 48 # istft n_fft in_channels: 80 # Number of input channels. out_channels: 1 # Number of output channels.