Refactor: moved commons.py to style_bert_vits2/models/ and added type definitions and comments
This commit is contained in:
@@ -15,7 +15,7 @@ from torch.utils.tensorboard import SummaryWriter
|
||||
from tqdm import tqdm
|
||||
|
||||
# logging.getLogger("numba").setLevel(logging.WARNING)
|
||||
import commons
|
||||
from style_bert_vits2.models import commons
|
||||
import default_style
|
||||
import utils
|
||||
from common.log import logger
|
||||
|
||||
Reference in New Issue
Block a user