Refactor and add merge

This commit is contained in:
litagin02
2023-12-31 14:55:04 +09:00
parent 62d360e777
commit ef4e82defc
34 changed files with 898 additions and 370 deletions

View File

@@ -11,7 +11,7 @@ import commons
from config import config
from mel_processing import mel_spectrogram_torch, spectrogram_torch
from text import cleaned_text_to_sequence
from tools.log import logger
from common.log import logger
from utils import load_filepaths_and_text, load_wav_to_torch
"""Multi speaker version"""