Fix typo again

This commit is contained in:
Kohaku-Blueleaf
2023-10-30 20:19:51 +08:00
parent 583e2b2d01
commit 489b728dbc

View File

@@ -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