From 7c6f5856240393a5ab0299c302232d753222b471 Mon Sep 17 00:00:00 2001
From: lcalmettes <leo.calmettes@etu.ec-lyon.fr>
Date: Tue, 13 May 2025 10:46:16 +0200
Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?=
 =?UTF-8?q?=20AugmentTests.py?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 AugmentTests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AugmentTests.py b/AugmentTests.py
index 96ffd36..c6f25ff 100644
--- a/AugmentTests.py
+++ b/AugmentTests.py
@@ -28,6 +28,6 @@ if __name__ == "__main__":
                 args.random_state = random
                 losses[random], accs[random] = run_duo(args)
             records = pd.concat([records,pd.DataFrame([[f"rtShift prob{prob} mean{mean} std{std}",losses.mean().item(),losses.std().item(),accs.mean().item(),accs.std().item()]],columns = ["Augmentation","mu_loss","std_loss","mu_acc","std_acc"])])
-            records.to_csv("output/DataAugment/perfs.csv",index = False)
+            records.to_csv("output/perfs.csv",index = False)
         
     
\ No newline at end of file
-- 
GitLab