From cd841bcc95ab1f163f84ebb53a2e4bde0aae6a38 Mon Sep 17 00:00:00 2001
From: "Codename;0" <139770129+codename0og@users.noreply.github.com>
Date: Tue, 24 Dec 2024 08:10:52 +0100
Subject: [PATCH] correction
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f2dc2cd..2f511b9 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@
- Configurable learning-rate warmup.
( Provides an ability to give your training a lil warmup, potentially yielding better results. )
-- Configurable moving average loss for Generator ( incl. it's metrics ) and Discriminator.
( Helps with better judgement on which epoch to choose. )
+- Configurable moving average loss for Generator and Discriminator.
( Helps with better judgement on which epoch to choose. )
- Features a different optimizer: Ranger2020
( More advanced than stock AdamW. )
@@ -36,7 +36,7 @@
- SoX resampler in "VHQ" mode used by default in place of "soxr_medium" or "kaiser_best" ( fallback. ).
-- Checkpointing support for both Gen. and Disc. - Decreases the vram consumption on cost of the computation / training speed.
+- Checkpointing and in-place support for both Gen. and Disc.
( Decreases the vram consumption on cost of the computation / training speed. )
- Customization for preprocessing workflow ( Including 'mute' files usage. )