Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
codename0og authored Dec 24, 2024
1 parent 9ba02a6 commit cd841bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

- Configurable learning-rate warmup. <br/> ( 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. <br/> ( Helps with better judgement on which epoch to choose. )
- Configurable moving average loss for Generator and Discriminator. <br/> ( Helps with better judgement on which epoch to choose. )

- Features a different optimizer: Ranger2020 <br/> ( More advanced than stock AdamW. )

Expand All @@ -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. <br/> ( Decreases the vram consumption on cost of the computation / training speed. )

- Customization for preprocessing workflow ( Including 'mute' files usage. )

Expand Down

0 comments on commit cd841bc

Please sign in to comment.