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

add : ray result analysis

parent ad42bc95
No related branches found
No related tags found
No related merge requests found
...@@ -265,8 +265,7 @@ def analyze_ray_res(storage_path, exp_name, args, gpus_per_trial=1): ...@@ -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 :", 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 cont acc of :", result.metrics["val loss"], " val acc of :",
result.metrics["val cont acc"], " val acc of :",
result.metrics["val acc"] result.metrics["val acc"]
) )
......
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