Erce Güder
Erce Güder
Hi, I couldn't find any issues related to this, how can I make MMSelfsup to log SimCLR (distributed) loss values? Thanks in advance
Hey, while playing around with openpose detector, I came across [something](https://github.com/patrickvonplaten/controlnet_aux/blob/84c6ecd5ad8a4ad781911d18e9545a71bc6b5a4c/src/controlnet_aux/open_pose/body.py#L83) I thought might be a bug. `heatmap_avg` seems to be accumulating the average of heatmaps, yet the calculation is...
Hey, I've basically added a device argument for the Processor class constructor to allow for `cuda`, although defaults to `cpu`. Directly built upon this [PR](https://github.com/patrickvonplaten/controlnet_aux/pull/48). Backward compatible.
This minor update resolves the broadcasting error as described [here](https://github.com/Stability-AI/generative-models/issues/337).