ttskit icon indicating copy to clipboard operation
ttskit copied to clipboard

训练的时候出现这个问题,该怎么解决

Open glegender opened this issue 3 years ago • 3 comments
trafficstars

D:\ai\ttskit\ttskit\mellotron\stft.py:67: FutureWarning: Pass size=1024 as keyword args. From version 0.10 passing these as positional arguments will result in an error fft_window = pad_center(fft_window, filter_length) D:\ai\ttskit\ttskit\mellotron\layers.py:66: FutureWarning: Pass sr=22050, n_fft=1024, n_mels=80, fmin=0.0, fmax=8000.0 as keyword args. From version 0.10 passing these as positional arguments will result in an error sampling_rate, filter_length, n_mel_channels, mel_fmin, mel_fmax) D:\ai\ttskit\ttskit\mellotron\stft.py:67: FutureWarning: Pass size=1024 as keyword args. From version 0.10 passing these as positional arguments will result in an error fft_window = pad_center(fft_window, filter_length) D:\ai\ttskit\ttskit\mellotron\layers.py:66: FutureWarning: Pass sr=22050, n_fft=1024, n_mels=80, fmin=0.0, fmax=8000.0 as keyword args. From version 0.10 passing these as positional arguments will result in an error sampling_rate, filter_length, n_mel_channels, mel_fmin, mel_fmax)

glegender avatar Mar 13 '22 14:03 glegender

训练完checkpoint_path 是空的

glegender avatar Mar 13 '22 15:03 glegender

训练完checkpoint_path 是空的

你好,如何训练自己的音频哦,谢谢了。

MoYuFly avatar Jul 25 '22 06:07 MoYuFly