Skip to content
Snippets Groups Projects
Commit 2d95e5ac authored by Schneider Leo's avatar Schneider Leo
Browse files

add : ray result analysis

parent 4af7fdff
No related branches found
No related tags found
No related merge requests found
...@@ -262,7 +262,7 @@ def analyze_ray_res(storage_path, exp_name, args, gpus_per_trial=1): ...@@ -262,7 +262,7 @@ def analyze_ray_res(storage_path, exp_name, args, gpus_per_trial=1):
continue continue
print( print(
f"Trial #{i} ({result.trial_id}) finished successfully train loss of :", f"Trial #{i} finished successfully train loss of :",
{result.metrics["train loss"]}, " train acc of :", {result.metrics["train loss"]}, " train acc of :",
{result.metrics["train cont acc"]}, " val loss of :", {result.metrics["train cont acc"]}, " val loss of :",
{result.metrics["val loss"]}, " val acc of :", {result.metrics["val loss"]}, " val acc of :",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment