Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pseudo_image
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Léo Schneider
pseudo_image
Commits
a35900d3
Commit
a35900d3
authored
1 week ago
by
Schneider Leo
Browse files
Options
Downloads
Patches
Plain Diff
add : ray result analysis
parent
ad42bc95
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main_ray.py
+1
-2
1 addition, 2 deletions
main_ray.py
with
1 addition
and
2 deletions
main_ray.py
+
1
−
2
View file @
a35900d3
...
@@ -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
"
]
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment