index
:
pytorch_ema
master
Tiny PyTorch library for maintaining a moving average of a collection of parameters.
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
torch_ema
/
__init__.py
blob: 6cf180fb591fc4eae3ab0eb5c4d0e6e364bfe526 (
about
) (
plain
)
1
2
3
from .ema import ExponentialMovingAverage __all__ = [ExponentialMovingAverage]