You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@
22
22
ㅤ
23
23
<br/>
24
24
**Features that are, at the time of writing, already added in:**
25
+
- New loss functions: Multi-scale mel spectrogram loss ( optimized ), Envelope loss
26
+
25
27
- Configurable learning-rate warmup. <br/> ( Provides an ability to give your training a lil warmup, potentially yielding better results. )
26
28
27
29
- Configurable moving average loss for Generator ( incl. it's metrics ) and Discriminator. <br/> ( Helps with better judgement on which epoch to choose. )
@@ -34,6 +36,8 @@
34
36
35
37
- SoX resampler in place of librosa's default resampling algo.
36
38
39
+
- Checkpointing support - Decreases the vram consumption on cost of the computation / training speed.
40
+
37
41
<br/>``⚠️ 1: HiFi-gan is the stock rvc/applio vocoder, hence it's what you use for og pretrains and customs ( for now ). ``
38
42
<br/>``⚠️ 2: Both MRF-HiFi-GAN and Refine-Gan are experimental and not yet considered for actual use. ``
39
43
<br/>``⚠️ 3: MRF-HiFi-GAN and Refine-GAN require new pretrained models. They can't be used with original rvc's G/D pretrains. ``
0 commit comments