From 0138a917d8dc8b238ad9c74581e6ee27489da035 Mon Sep 17 00:00:00 2001 From: Kohya S <52813779+kohya-ss@users.noreply.github.com> Date: Tue, 28 Mar 2023 08:43:41 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f83a66c..613025be 100644 --- a/README.md +++ b/README.md @@ -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.