mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-08 22:35:09 +00:00
Add seed help clarifying info
This commit is contained in:
@@ -1639,7 +1639,7 @@ def setup_parser() -> argparse.ArgumentParser:
|
||||
"--validation_seed",
|
||||
type=int,
|
||||
default=None,
|
||||
help="Validation seed / 検証シード"
|
||||
help="Validation seed for shuffling validation dataset, training `--seed` used otherwise / 検証シード"
|
||||
)
|
||||
parser.add_argument(
|
||||
"--validation_split",
|
||||
|
||||
Reference in New Issue
Block a user