Merge branch 'main' into main

This commit is contained in:
Alex Murkoff
2023-07-24 21:42:16 +07:00
committed by GitHub
2 changed files with 10 additions and 2 deletions

View File

@@ -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">

View File

@@ -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,