Open dmarx opened 2 years ago
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.
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.