From ab19a3e9c071aa442e6a320f9cd76274005eeb29 Mon Sep 17 00:00:00 2001 From: Xudong Sun Date: Tue, 10 Dec 2024 12:01:13 +0100 Subject: [PATCH] Update test_irm.py --- tests/test_irm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_irm.py b/tests/test_irm.py index 42b12811f..a0b6acb8a 100644 --- a/tests/test_irm.py +++ b/tests/test_irm.py @@ -17,7 +17,7 @@ def test_irm_sepdom(): train with Invariant Risk Minimization """ args = "--te_d=caltech --task=mini_vlcs --debug --bs=2 --model=erm \ - --trainer=irmsepdom --nname=alexnet" + --trainer=irmsepdom --nname=alexnet --no_dump" utils_test_algo(args)