pytti-core icon indicating copy to clipboard operation
pytti-core copied to clipboard

Migrate EMA backend to lucidrains' ema-pytorch

Open dmarx opened this issue 3 years ago • 0 comments

https://github.com/lucidrains/ema-pytorch/blob/main/ema_pytorch/ema_pytorch.py

Current EMAImage assumes we only need to track EMA on a single tensor, which would preclude EMA-ing a DIP image model (or any other implicit model.

dmarx avatar Jun 21 '22 19:06 dmarx