Skip to content

Commit c1ace16

Browse files
authored
Update Changelog_EN.md
1 parent 41c3455 commit c1ace16

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

Changelog_EN.md

+20-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
1+
### 2023-06-18
2+
- New pretrained v2 models: 32k and 48k
3+
- Fix non-f0 model inference errors
4+
- 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.
5+
- Provide a toy vocal2guitar huggingface space
6+
- Auto delete outlier short cut training-set audios
7+
- Onnx export tab
8+
9+
Failed experiments:
10+
- ~~Feature retrieval: add temporal feature retrieval: not effective~~
11+
- ~~Feature retrieval: add PCAR dimensionality reduction: searching is even slower~~
12+
- ~~Random data augmentation when training: not effective~~
13+
14+
todolist:
15+
- Vocos-RVC (tiny vocoder)
16+
- Crepe support for training
17+
- Half precision crepe inference
18+
- F0 editor support
19+
120
### 2023-05-28
221
- Add v2 jupyter notebook, korean changelog, fix some environment requirments
322
- Add voiceless consonant and breath protection mode
423
- Support crepe-full pitch detect
524
- UVR5 vocal separation: support dereverb models and de-echo models
625
- Add experiment name and version on the name of index
726
- Support users to manually select export format of output audios when batch voice conversion processing and UVR5 vocal separation
8-
- 32k model training is no more supported
9-
10-
todolist:
11-
- Feature retrieval: add temporal feature retrieval
12-
- Feature retrieval: add pre-kmeans option
13-
- Feature retrieval: add PCAR dimensionality reduction
14-
- Add onnx inference support
15-
- Random data augmentation when training: pitch, gender, eq, noise
16-
- Add v2 version pretrained-models
27+
- v1 32k model training is no more supported
1728

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

0 commit comments

Comments
 (0)