Skip to content

Commit b88875d

Browse files
authored
update
1 parent 3b5e0e3 commit b88875d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
2323
<br/>
2424
**Features that are, at the time of writing, already added in:**
25+
- New loss functions: Multi-scale mel spectrogram loss ( optimized ), Envelope loss
26+
2527
- Configurable learning-rate warmup. <br/> ( Provides an ability to give your training a lil warmup, potentially yielding better results. )
2628

2729
- 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 @@
3436

3537
- SoX resampler in place of librosa's default resampling algo.
3638

39+
- Checkpointing support - Decreases the vram consumption on cost of the computation / training speed.
40+
3741
<br/>``⚠️ 1: HiFi-gan is the stock rvc/applio vocoder, hence it's what you use for og pretrains and customs ( for now ). ``
3842
<br/>``⚠️ 2: Both MRF-HiFi-GAN and Refine-Gan are experimental and not yet considered for actual use. ``
3943
<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

Comments
 (0)