fadel / pytorch_ema

Tiny PyTorch library for maintaining a moving average of a collection of parameters.
MIT License
404 stars 26 forks source link

Tests and miscellaneous #4

Closed Linux-cpp-lisp closed 3 years ago

Linux-cpp-lisp commented 3 years ago

Hi @fadel,

Thank you for writing and publishing this library! It's great to have an implementation of this technique available.

This PR contains:

fadel commented 3 years ago

Thanks for the very nice contribution!