shivamsaboo17 / Overcoming-Catastrophic-forgetting-in-Neural-Networks

Elastic weight consolidation technique for incremental learning.
124 stars 22 forks source link

How to Use EWC to Handle Regression Tasks #9

Open JieDengsc opened 3 weeks ago

JieDengsc commented 3 weeks ago

Specifically, I don't know how to modify the code "_update_fisher_params" for things like log_likelihood. Because my task now is regression.