You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
the square of the sum of gradients of all data points in the memory are computed, but this is not equal to the sum of squares of gradients. The latter should be used to compute Empirical Fisher, see https://wiseodd.github.io/techblog/2018/03/11/fisher-information/. Could you confirm this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello developers! I looked at the implementation of EWC and got confused about computing the diagonal of the empirical Fisher Information Matrix. In
GradientEpisodicMemory/model/ewc.py
Line 88 in 34c6b8e
The text was updated successfully, but these errors were encountered: