From 489b728dbc7f85e22ca5e0fe4e7c91e2fb56c5f9 Mon Sep 17 00:00:00 2001 From: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:19:51 +0800 Subject: [PATCH] Fix typo again --- library/config_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/config_util.py b/library/config_util.py index af4eedaa..ab90fb63 100644 --- a/library/config_util.py +++ b/library/config_util.py @@ -51,7 +51,7 @@ class BaseSubsetParams: image_dir: Optional[str] = None num_repeats: int = 1 shuffle_caption: bool = False - caption_seperator: str = ',', + caption_separator: str = ',', keep_tokens: int = 0 color_aug: bool = False flip_aug: bool = False