From 20380145a33179385de7024826d031db31d20d40 Mon Sep 17 00:00:00 2001 From: Sang Choe Date: Thu, 30 May 2024 12:43:07 -0400 Subject: [PATCH] Update README.md --- examples/mnist/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mnist/README.md b/examples/mnist/README.md index c86c40f..345d3ef 100644 --- a/examples/mnist/README.md +++ b/examples/mnist/README.md @@ -16,5 +16,5 @@ scores. Users can specify the gradient projection strategy (e.g. LoGra) and the Hessian computation strategy. ```bash -python compute_influences.py --lora none --hessian raw --save grad +python compute_influences.py --lora none --hessian kfac --save grad ```