Skip to content

Commit

Permalink
Update Changelog_EN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RVC-Boss authored Jun 18, 2023
1 parent 41c3455 commit c1ace16
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions Changelog_EN.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
### 2023-06-18
- New pretrained v2 models: 32k and 48k
- Fix non-f0 model inference errors
- For training-set exceeding 1 hour, do automatic minibatch-kmeans to reduce feature shape, so that index training, adding, and searching will be much faster.
- Provide a toy vocal2guitar huggingface space
- Auto delete outlier short cut training-set audios
- Onnx export tab

Failed experiments:
- ~~Feature retrieval: add temporal feature retrieval: not effective~~
- ~~Feature retrieval: add PCAR dimensionality reduction: searching is even slower~~
- ~~Random data augmentation when training: not effective~~

todolist:
- Vocos-RVC (tiny vocoder)
- Crepe support for training
- Half precision crepe inference
- F0 editor support

### 2023-05-28
- Add v2 jupyter notebook, korean changelog, fix some environment requirments
- Add voiceless consonant and breath protection mode
- Support crepe-full pitch detect
- UVR5 vocal separation: support dereverb models and de-echo models
- Add experiment name and version on the name of index
- Support users to manually select export format of output audios when batch voice conversion processing and UVR5 vocal separation
- 32k model training is no more supported

todolist:
- Feature retrieval: add temporal feature retrieval
- Feature retrieval: add pre-kmeans option
- Feature retrieval: add PCAR dimensionality reduction
- Add onnx inference support
- Random data augmentation when training: pitch, gender, eq, noise
- Add v2 version pretrained-models
- v1 32k model training is no more supported

### 2023-05-13
- Clear the redundant codes in the old version of runtime in the one-click-package: infer_pack and uvr5_pack
Expand Down

0 comments on commit c1ace16

Please sign in to comment.