Skip to content

Releases: lucidrains/ema-pytorch

0.3.0

03 Nov 15:29
Compare
Choose a tag to compare
support keeping the EMA model on cpu, autoconverting device

0.2.6

03 Nov 15:03
Compare
Choose a tag to compare
use beartype for validation of types on init, use torch clamp

0.2.5

31 Oct 03:48
Compare
Choose a tag to compare
offer a method for copying params and buffers from EMA back to online…

0.2.4

27 Oct 15:01
Compare
Choose a tag to compare
only eval the ema model, but not the online model

0.2.3

18 Apr 03:25
abb558d
Compare
Choose a tag to compare
0.2.3

0.2.2

23 Mar 18:01
Compare
Choose a tag to compare
catch a bug with updating buffers, thanks to @sbl1996

0.2.1

15 Feb 18:23
Compare
Choose a tag to compare
start using inplace lerp

0.2.0

13 Feb 17:08
Compare
Choose a tag to compare
address https://github.com/lucidrains/ema-pytorch/issues/7

0.1.4

09 Jan 19:29
Compare
Choose a tag to compare
add ability to ignore any parameters whose name starts with some prefix

0.1.2

01 Dec 23:18
Compare
Choose a tag to compare
cleanup