Skip to content

Commit 75be44f

Browse files
Vivek Miglanifacebook-github-bot
Vivek Miglani
authored andcommitted
Adjust hessian_reg to fix Arnoldi test case (#1388)
Summary: Pull Request resolved: #1388 Increase hessian regularization term for Arnoldi test to ensure that highest self-influence datapoint / proponent match the corresponding example Reviewed By: craymichael Differential Revision: D64584502 fbshipit-source-id: da36364888ea9423cdbbacb949e78d077982de09
1 parent 8dc48a5 commit 75be44f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/influence/_core/test_tracin_regression.py

+1
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ def _test_tracin_identity_regression_setup(
376376
DataInfluenceConstructor(
377377
ArnoldiInfluenceFunction,
378378
arnoldi_tol=1e-8, # needs to be small to avoid empty arnoldi basis
379+
hessian_reg=2e-3,
379380
),
380381
),
381382
],

0 commit comments

Comments
 (0)