Nick Renieris

Results 118 comments of Nick Renieris

Interesting but as I suspected, it involves a lot of CPU processing and multiple steps (needs extra work), it would be hard to do on just shaders (RA's system) and...

Having the same problem here on Win7 and PistonWindow.

How about `PistonWindow` on Windows 7? Will this be supported?

Ah ok. What about my question? You said it's not supported on OSX, but I'm having the same problem on Windows.

@bvssvni Gotcha, thanks.

Opened #1231 for this. For now, @rafstahelin you can add the following above the `accelerator.init_trackers` call: ```python init_kwargs["wandb"] = {"name": args.output_name, "config": args} ```

Not by default, you need to make a config for it afaict (of which I've seen no examples). My PR makes it so if `log_tracker_config` isn't specified, _all_ training options...

I'm on the latest kohya_ss version, and training parameters are not sent to wandb without my changes. I don't care much about just the run name. Also we are on...

see my PR: https://github.com/kohya-ss/sd-scripts/pull/1231/files#diff-62cf7de156b588b9acd7af26941d7bb189368221946c8b5e63f69df5cda56f39R705-R707 then: `log_tracker_name` -> wandb project name `wandb_run_name` -> wandb run name don't specify `log_tracker_config`

For posterity: This uses thread events (`sceKernelRegisterThreadEventHandler`). Relevant PPSSPP code [here](https://github.com/hrydgard/ppsspp/blob/master/Core/HLE/sceKernelThread.cpp#L3683). Reversing needed but it's probably similar.