mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2026-02-24 03:49:51 +01:00
Merge branch 'main' into main
This commit is contained in:
10
README.md
10
README.md
@@ -1,3 +1,11 @@
|
||||
# 7/23 Changelog:
|
||||
- Fp16 detection now works how it did before the last RVC beta; no more training slowdowns compared to how it was before then
|
||||
- Logging on TensorBoard is now done per epoch. It logs every X steps in an epoch; therefore each point on the graph is now represented per-epoch.
|
||||
- Updated UI to include placeholders.
|
||||
- Certain sliders now appear only when needed.
|
||||
- Step 2b (feature extract) is hidden if pitch guidance is disabled.
|
||||
- Unnecessary radios have been replaced with checkboxes.
|
||||
|
||||
# 7/22 Changelog:
|
||||
- Experimental Formant Shift using StftPitchShift(tried using praat with praatio but to no avail)
|
||||
- Added `Stop Training` button when training, no need to restart RVC every time you want to stop the training of a model!
|
||||
@@ -10,7 +18,7 @@ os.path.abspath(os.getcwd())
|
||||
- Removed `One Click Training` button in `Training` Tab, since it was glitchy and has confused a lot of users.
|
||||
- Changed default training settings to be more optimal for newer users.
|
||||
- Auto-open TensorBoard localhost URL when `tensor-launch.py` is executed
|
||||
- RMVPE implemented in both inferencing and training (the one in `Training` tab doesn't work properly though, requires some additional work to do)
|
||||
- RMVPE implemented in both inferencing and training
|
||||
|
||||
|
||||
<div align="center">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"batch_size": 4,
|
||||
"fp16_run": true,
|
||||
"lr_decay": 0.999875,
|
||||
"segment_size": 11520,
|
||||
"segment_size": 17280,
|
||||
"init_lr_ratio": 1,
|
||||
"warmup_epochs": 0,
|
||||
"c_mel": 45,
|
||||
|
||||
Reference in New Issue
Block a user