ttskit
ttskit copied to clipboard
训练的时候出现这个问题,该怎么解决
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)
训练完checkpoint_path 是空的
训练完checkpoint_path 是空的
你好,如何训练自己的音频哦,谢谢了。