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