训练encoder和vocoder都遇到了报错
- 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

训练vocoder的wavernn跟我说没有这个type?
vocoder_train.py: error: the following arguments are required: vocoder_type

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