README.md: Update limitation for validation loss support to include schedule-free optimizer

This commit is contained in:
Kohya S
2025-01-26 21:52:58 +09:00
parent f1ac81e07a
commit 59b3b94faf

View File

@@ -19,7 +19,7 @@ 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! - `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. - 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. - It will be added to other scripts as well.
- As a current limitation, validation loss is not supported when `--block_to_swap` is specified. - As a current limitation, validation loss is not supported when `--block_to_swap` is specified, or when schedule-free optimizer is used.
Dec 15, 2024: Dec 15, 2024: