Skip to content

Commit

Permalink
merge pull request kohya-ss#1000
Browse files Browse the repository at this point in the history
  • Loading branch information
jihnenglin committed Dec 13, 2023
1 parent 5ab526f commit 8e1d4f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/train_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,6 @@ def __init__(
subset.caption_extension,
subset.num_repeats,
subset.shuffle_caption,
subset.caption_separator,
subset.keep_tokens,
subset.color_aug,
subset.flip_aug,
Expand Down Expand Up @@ -3838,7 +3837,7 @@ def prepare_accelerator(args: argparse.Namespace):
if args.wandb_api_key is not None:
wandb.login(key=args.wandb_api_key)


kwargs_handlers = (
InitProcessGroupKwargs(timeout=datetime.timedelta(minutes=args.ddp_timeout)) if args.ddp_timeout else None,
DistributedDataParallelKwargs(gradient_as_bucket_view=args.gradient_as_bucket_view, static_graph=args.static_graph)
Expand Down

0 comments on commit 8e1d4f3

Please sign in to comment.