mirror of
https://github.com/svc-develop-team/so-vits-svc.git
synced 2025-01-07 03:17:31 +08:00
fix(cluster): path to string
This commit is contained in:
parent
5ccc316de6
commit
c3bba829f9
@ -14,7 +14,7 @@ logging.basicConfig(level=logging.INFO)
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
def train_cluster(in_dir, n_clusters, use_minibatch=True, verbose=False,use_gpu=False):#gpu_minibatch真拉,虽然库支持但是也不考虑
|
||||
if in_dir.endswith(".ipynb_checkpoints"):
|
||||
if str(in_dir).endswith(".ipynb_checkpoints"):
|
||||
logger.info(f"Ignore {in_dir}")
|
||||
|
||||
logger.info(f"Loading features from {in_dir}")
|
||||
|
Loading…
Reference in New Issue
Block a user