babysor / babysor/MockingBird

训练encoder和vocoder都遇到了报错

Open
#533 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
36.9k
Forks
5.2k
PR merge metrics
No merged PRs in 30d

Description

训练encoder遇到的好像是gbk和unicode编码方面的问题?
UnicodeEncodeError: 'gbk' codec can't encode character '\ufeff' in position 4: illegal multibyte sequence
![8a210a909610cb9e3e82c4d67742512](https://user-images.githubusercontent.com/104969824/166881603-080470cd-237f-4f28-a800-e24db98aa83e.png)
训练vocoder的wavernn跟我说没有这个type?
vocoder_train.py: error: the following arguments are required: vocoder_type
![image](https://user-images.githubusercontent.com/104969824/166882087-aac15949-ca49-4eab-9682-b9086880301d.png)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the encoder training error and inspect the argument handling in vocoder_train.py for the missing vocoder_type value. Done means both encoder and WaveRNN vocoder training proceed without the reported UnicodeEncodeError and required-argument error.

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
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.