From a35900d374e5fe977c9676c4ad8181c3ea0e0b29 Mon Sep 17 00:00:00 2001
From: Schneider Leo <leo.schneider@etu.ec-lyon.fr>
Date: Tue, 22 Apr 2025 10:23:21 +0200
Subject: [PATCH] add : ray result analysis

---
 main_ray.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/main_ray.py b/main_ray.py
index a79fb47..cbad142 100644
--- a/main_ray.py
+++ b/main_ray.py
@@ -265,8 +265,7 @@ def analyze_ray_res(storage_path, exp_name, args, gpus_per_trial=1):
             f"Trial #{i} finished successfully train loss of :",
             result.metrics["train loss"], " train acc of :",
             result.metrics["train cont acc"], " val loss of :",
-            result.metrics["val loss"], " val cont acc of :",
-            result.metrics["val cont acc"], " val acc of :",
+            result.metrics["val loss"], " val acc of :",
             result.metrics["val acc"]
         )
 
-- 
GitLab