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

WinError 3 Error

Open
#2,176 1 comment 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

I don't undertstand why I am receiving this error, any help would be greatly appreciated!

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 "C:\Users\alexi\Retrieval-based-Voice-Conversion-WebUI-main\train_nsf_sim_cache_sid_load_pretrain.py", line 108, in run
train_dataset = TextAudioLoaderMultiNSFsid(hps.data.training_files, hps.data)
File "C:\Users\alexi\Retrieval-based-Voice-Conversion-WebUI-main\train\data_utils.py", line 27, in init
self._filter()
File "C:\Users\alexi\Retrieval-based-Voice-Conversion-WebUI-main\train\data_utils.py", line 41, in _filter
lengths.append(os.path.getsize(audiopath) // (3 * self.hop_length))
File "genericpath.py", line 50, in getsize
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Users\alexi\Retrieval-based-Voice-Conversion-WebUI-main/logs/mute/0_gt_wavs/mute48k.wav'

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 with train/data_utils.py, especially TextAudioLoaderMultiNSFsid and _filter, then trace the call from train_nsf_sim_cache_sid_load_pretrain.py:108. Reproduce the missing-path error and determine the expected handling of the absent logs/mute/0_gt_wavs/mute48k.wav file; done means the reported training failure has a documented or verified resolution.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.