RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI

点击训练模型后发生错误

Open
#2,217 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
38.4k
Forks
5.3k
PR merge metrics
No merged PRs in 30d

Description

Process Process-1:
Traceback (most recent call last):
File "multiprocessing\process.py", line 315, in _bootstrap
File "multiprocessing\process.py", line 108, in run
File "D:\test\py\ai\RVC1006Nvidia\infer\modules\train\train.py", line 132, in run
dist.init_process_group(
File "D:\test\py\ai\RVC1006Nvidia\runtime\lib\site-packages\torch\distributed\distributed_c10d.py", line 888, in init_process_group
store, rank, world_size = next(rendezvous_iterator)
File "D:\test\py\ai\RVC1006Nvidia\runtime\lib\site-packages\torch\distributed\rendezvous.py", line 245, in _env_rendezvous_handler
store = _create_c10d_store(master_addr, master_port, rank, world_size, timeout)
File "D:\test\py\ai\RVC1006Nvidia\runtime\lib\site-packages\torch\distributed\rendezvous.py", line 176, in _create_c10d_store
return TCPStore(
RuntimeError: unmatched '}' in format string

电脑版本: Win10 19045.4717
显卡和驱动版本: GTX1660 SUPER、560.70
Python、Pytorch和CUDA版本: 整合包内建 3.9.13、2.0.0+cu118、V11.8.89

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at infer/modules/train/train.py line 132 and inspect the distributed initialization shown in the traceback. Reproduce the training action on the reported Windows 10 environment with Python 3.9.13, PyTorch 2.0.0+cu118, and CUDA 11.8. Done means identifying the cause of the format-string error and confirming that model training starts successfully or documenting the required compatibility change.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.