mirror of
https://github.com/svc-develop-team/so-vits-svc.git
synced 2025-01-09 04:27:31 +08:00
Merge pull request #286 from svc-develop-team/huanlinoto-fix-path-to-string
fix(cluster): path to string
This commit is contained in:
commit
681ad8ddba
@ -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