Influence scores
I-Good-Vegetable opened this issue · 2 comments
I-Good-Vegetable commented
pomonam commented
Hi Jason, it depends on how you defined the Task
(specifically, compute_train_loss
and compute_measurement
). If you are using the example code (e.g., https://github.com/pomonam/kronfluence/blob/main/examples/uci/analyze.py#L58), you are correct - it should be the latter, as it will directly compute (loss grad)^T H^{-1} (measurement grad) from the code.
I-Good-Vegetable commented
Thank you Dr. Bae! Got it! ❤️