#282·open_clip

(Feature Request) Model EMA

Author: rsomani95Created Dec 11, 2022Updated Dec 13, 2022
Labelsnew feature

In my fine-tuning experiments, I've run into catastrophic forgetting and was wondering if using EMA would help mitigate this. I'm not sure if it makes sense to do this to the image encoder alone, or both the text + image encoder.

If it makes sense, I'd love to try implementing this with some guidance.