Update README.md

This commit is contained in:
Kohya S
2023-03-28 08:43:41 +09:00
committed by GitHub
parent 49b29f2db2
commit 0138a917d8

View File

@@ -127,6 +127,8 @@ The majority of scripts is licensed under ASL 2.0 (including codes from Diffuser
## Change History
- __There is an issue with the training script crashing when `max_data_loader_n_workers` is 0. Please temporarily set it to a value greater than 0.__
- __現在、 `max_data_loader_n_workers` が0の時に学習スクリプトがエラーとなる不具合があります。一時的に1以上の値を設定してください。__
- 27 Mar. 2023, 2023/3/27:
- Fix issues when `--persistent_data_loader_workers` is specified.
- The batch members of the bucket are not shuffled.