Skip to content

Commit

Permalink
README.md: Update recent updates section to include validation loss s…
Browse files Browse the repository at this point in the history
…upport for training scripts
  • Loading branch information
kohya-ss committed Jan 26, 2025
1 parent 58b82a5 commit e852961
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ The command to install PyTorch is as follows:

### Recent Updates

Jan 25, 2025:

- `train_network.py`, `sdxl_train_network.py`, `flux_train_network.py`, and `sd3_train_network.py` now support validation loss. PR [#1864](https://github.com/kohya-ss/sd-scripts/pull/1864) Thank you to rockerBOO!
- For details on how to set it up, please refer to the PR. The documentation will be updated as needed.
- It will be added to other scripts as well.
- As a current limitation, validation loss is not supported when `--block_to_swap` is specified.

Dec 15, 2024:

- RAdamScheduleFree optimizer is supported. PR [#1830](https://github.com/kohya-ss/sd-scripts/pull/1830) Thanks to nhamanasu!
Expand Down

0 comments on commit e852961

Please sign in to comment.