Fix multiprocessing bert_gen error of pyopenjtalk_worker

This commit is contained in:
litagin02
2024-03-08 18:18:38 +09:00
parent 9f01e54d2d
commit ebb37ad7bb
7 changed files with 14 additions and 26 deletions

View File

@@ -1,10 +1,11 @@
import torch
import commons
from text.get_bert import get_bert
import utils
from models import SynthesizerTrn
from models_jp_extra import SynthesizerTrn as SynthesizerTrnJPExtra
from text import cleaned_text_to_sequence, get_bert
from text import cleaned_text_to_sequence
from text.cleaner import clean_text
from text.symbols import symbols
from common.log import logger