Skip to content

Commit 4cf1ad4

Browse files
authored
Update Changelog_EN.md
1 parent 31f7437 commit 4cf1ad4

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

docs/Changelog_EN.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### 2023-08-13
2+
1-Regular bug fix
3+
- Change the minimum total epoch number to 1, and change the minimum total epoch number to 2
4+
- Fix training errors of not using pre-train models
5+
- After accompaniment vocals separation, clear graphics memory
6+
- Change faiss save path absolute path to relative path
7+
- Support path containing spaces (both training set path and experiment name are supported, and errors will no longer be reported)
8+
- Filelist cancels mandatory utf8 encoding
9+
- Solve the CPU consumption problem caused by faiss searching during real-time voice changes
10+
11+
2-Key updates
12+
- Train the current strongest open-source vocal pitch extraction model RMVPE, and use it for RVC training, offline/real-time inference, supporting PyTorch/Onnx/DirectML
13+
- Support for AMD and Intel graphics cards through Pytorch_DML
14+
15+
(1) Real time voice change (2) Inference (3) Separation of vocal accompaniment (4) Training not currently supported, will switch to CPU training; supports RMVPE inference of gpu by Onnx_Dml
16+
17+
118
### 2023-06-18
219
- New pretrained v2 models: 32k and 48k
320
- Fix non-f0 model inference errors
@@ -12,9 +29,9 @@ Failed experiments:
1229
- ~~Random data augmentation when training: not effective~~
1330

1431
todolist:
15-
- Vocos-RVC (tiny vocoder)
16-
- Crepe support for training
17-
- Half precision crepe inference
32+
- ~~Vocos-RVC (tiny vocoder): not effective~~
33+
- ~~Crepe support for training:replaced by RMVPE~~
34+
- ~~Half precision crepe inference:replaced by RMVPE. And hard to achive.~~
1835
- F0 editor support
1936

2037
### 2023-05-28

0 commit comments

Comments
 (0)