raf

Results 142 comments of raf

@ccharest93 just an update. I am running scheduler args for annealing through cli which works but will obviously not work to pass to wandb

> @rafstahelin yep, the hyperparameters will be passed as wandb config parameters for the training run and can then be used in wandb to filter, compare runs, etc. IMHO the...

@gshawn3 thanks so much, much appreciated. This will help me

@gshawn3 having trouble making this work within my kohya_ss install Should this work, if I am doing it inside kohya_ss install? sd-scripts is in kohya_ss. Can i run the git...

@gshawn3 thanks for the helpful link. I'll give this a try. And need be will open a thread at kohya_ss.. thanks again

> @rafstahelin it sounds like your issue might require some more specific assistance. I’m happy to help out, but could you please open a separate Discussion in bmaltais' repo with...

> This change sends all the training parameters to [wandb.ai](https://wandb.ai/) when that is used instead of TensorBoard (by default ie. if `log_tracker_config` is not specified). > > Now they show...

Is there a way to set the Project Name in Additional Parameters of Kohya_ss rather than in train_utils?

Can anyone offer me guidance? I usually used `if args.wandb_api_key is not None: wandb.login(key=args.wandb_api_key) wandb.init(project="t1k0", name=args.output_name, config=args) ` ![image](https://github.com/kohya-ss/sd-scripts/assets/64715158/58f7dcef-9a89-46ee-9be8-8cdcbf2a7d07) But now I am no longer getting the project name customised...