Skip to content

Commit 3d79239

Browse files
committed
docs: update README to include recent improvements in validation loss calculation
1 parent ec350c8 commit 3d79239

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ The command to install PyTorch is as follows:
1414

1515
### Recent Updates
1616

17+
Feb 26, 2025:
18+
19+
- Improve the validation loss calculation in `train_network.py`, `sdxl_train_network.py`, `flux_train_network.py`, and `sd3_train_network.py`. PR [#1903](https://github.com/kohya-ss/sd-scripts/pull/1903)
20+
- The validation loss uses the fixed timestep sampling and the fixed random seed. This is to ensure that the validation loss is not fluctuated by the random values.
21+
1722
Jan 25, 2025:
1823

1924
- `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!

0 commit comments

Comments
 (0)