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
May I ask if the 19th line of params/param_values, if checkattr(args, 'kfac_ewc'): should be if checkattr(args, 'ewc_kfac'):? Because in params/options, line 221 is param_reg.add_argument("--ewc-kfac", action="store_true")
May I ask if the 19th line of params/param_values,
if checkattr(args, 'kfac_ewc'):should beif checkattr(args, 'ewc_kfac'):? Because in params/options, line 221 isparam_reg.add_argument("--ewc-kfac", action="store_true")