From 4cf1ad4ce9e1b00f6e7573c15ca91b0d6bd2e395 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Mon, 14 Aug 2023 00:22:38 +0800 Subject: [PATCH] Update Changelog_EN.md --- docs/Changelog_EN.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/docs/Changelog_EN.md b/docs/Changelog_EN.md index 20fc84c..4c4573d 100644 --- a/docs/Changelog_EN.md +++ b/docs/Changelog_EN.md @@ -1,3 +1,20 @@ +### 2023-08-13 +1-Regular bug fix +- Change the minimum total epoch number to 1, and change the minimum total epoch number to 2 +- Fix training errors of not using pre-train models +- After accompaniment vocals separation, clear graphics memory +- Change faiss save path absolute path to relative path +- Support path containing spaces (both training set path and experiment name are supported, and errors will no longer be reported) +- Filelist cancels mandatory utf8 encoding +- Solve the CPU consumption problem caused by faiss searching during real-time voice changes + +2-Key updates +- 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 +- Support for AMD and Intel graphics cards through Pytorch_DML + +(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 + + ### 2023-06-18 - New pretrained v2 models: 32k and 48k - Fix non-f0 model inference errors @@ -12,9 +29,9 @@ Failed experiments: - ~~Random data augmentation when training: not effective~~ todolist: -- Vocos-RVC (tiny vocoder) -- Crepe support for training -- Half precision crepe inference +- ~~Vocos-RVC (tiny vocoder): not effective~~ +- ~~Crepe support for training:replaced by RMVPE~~ +- ~~Half precision crepe inference:replaced by RMVPE. And hard to achive.~~ - F0 editor support ### 2023-05-28