You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to make some config/log changes to the wandb API call. I am just not sure where kohya_ss training does this, on which py file. Can anyone help?
I will edit this code:
if args.log_wandb:
wandb.init(
project=args.project,
name=args.run_name,
entity=args.wandb_entity,
config=args_to_dict(args),
resume=args.resume_from_wandb,
)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to make some config/log changes to the wandb API call. I am just not sure where kohya_ss training does this, on which py file. Can anyone help?
I will edit this code:
if args.log_wandb:
wandb.init(
project=args.project,
name=args.run_name,
entity=args.wandb_entity,
config=args_to_dict(args),
resume=args.resume_from_wandb,
)
thanks
Beta Was this translation helpful? Give feedback.
All reactions