Samuel Matthiesen
Results
2
comments of
Samuel Matthiesen
Hi, your understanding is correct. The model training is supposed to continue as usual. My intention with the library was the use case of keeping an EMA of the parameters...
Hi sevennotmouse, ema_model = ExponentialMovingAverage(parameters=pg, decay=0.9999) Is `pg` changing in your example? Where does it come from? If there is a chance that `pg` does not change, maybe that would...