Zhen Lin
Results
1
issues of
Zhen Lin
In [calc_s_test_single](https://github.com/nimarb/pytorch_influence_functions/blob/66c9a9e250d663a7fc36d67ccc4cfa589bccc846/pytorch_influence_functions/calc_influence_function.py#L102), it seems like the intended operation is to add all the sampled s_test_i together and divide the sum by `r`. However, it is actually extending the list. Because...