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
Hi, I am trying to perform a leave-one-out retraining to compare the difference between influence computed by calc_influence_singlehere and actual loss difference by computing two times of loss before and after retrain. I use calc_loss here to compute loss. Also, I scale the influence by len(trainset). Surprisingly I found big difference between computed influence and real loss difference after retrain. For a random pick test_idx=10, train_idx_to_remove = 609, I'm getting the following result:
So far I think it may have something to do with the net in the example is only trained with 10 epochs, which does not achieve close to global optimum, but I'm not sure.
Hi, I am trying to perform a leave-one-out retraining to compare the difference between influence computed by
calc_influence_single
here and actual loss difference by computing two times of loss before and after retrain. I usecalc_loss
here to compute loss. Also, I scale the influence bylen(trainset)
. Surprisingly I found big difference between computed influence and real loss difference after retrain. For a random picktest_idx=10, train_idx_to_remove = 609
, I'm getting the following result:which doesn't seem very relevant to me.
Thanks in advance for any kind suggestions!
The text was updated successfully, but these errors were encountered: