RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI
A training error is reported. Is there any model that can be loaded? How to solve it?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 38.4k
- Forks
- 5.3k
- PR merge metrics
- No merged PRs in 30d
Description
return _swigfaiss.write_index(*args)
RuntimeError: Error in __cdecl faiss::FileIOWriter::FileIOWriter(const char *) at D:\a\faiss-wheels\faiss-wheels\faiss\faiss\impl\io.cpp:98: Error: 'f' failed: could not open logs/王/trained_IVF196_Flat_nprobe_1_王_v2.index for writing: Illegal byte sequence?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the training failure at the faiss write_index call, focusing on the logs/王/trained_IVF196_Flat_nprobe_1_王_v2.index path and its Illegal byte sequence error. Trace the training flow to determine whether the generated model can be loaded and define completion as successful index writing and subsequent model loading.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100