Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
279f47dd
Commit
279f47dd
authored
3 years ago
by
Jan Frenzel
Committed by
Apurv Deepak Kulkarni
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
5edb8564
No related branches found
Branches containing commit
No related tags found
2 merge requests
!478
Automated merge from preview to main
,
!466
Resolve "Use simplified ssh commands"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/hyperparameter_optimization.md
+7
-10
7 additions, 10 deletions
...u-dresden.de/docs/software/hyperparameter_optimization.md
with
7 additions
and
10 deletions
doc.zih.tu-dresden.de/docs/software/hyperparameter_optimization.md
+
7
−
10
View file @
279f47dd
...
...
@@ -354,16 +354,13 @@ In order to look into the results, there are the following basic approaches.
top of the graphic (see red arrow on the image above).
After creating a 2D scatter plot or a parallel plot, OmniOpt will try to display the
corresponding file (`html`, `png`) directly on the ZIH system. Therefore, it is necessary to
login via ssh with the option `-X` (X11 forwarding), e.g., `ssh -X taurus`.
Nevertheless, because of latency using X11 forwarding, it is recommended to download the created
files and explore them on the local machine (esp. for the parallel plot). The created files are
saved at `projects/<name_of_optimization_run>/{2d-scatterplots,parallel-plot}`.
!!! important "SSH command"
The previous SSH command requires that you have already set up your [SSH configuration
](../access/ssh_login.md#configuring-default-parameters-for-ssh).
corresponding file (`html`, `png`) directly on the ZIH system. Therefore, X11 forwarding must be
enabled, either by [SSH configuration
](../access/ssh_login.md#configuring-default-parameters-for-ssh) or by using `ssh -X taurus`
while logging in. Nevertheless, because of latency using X11 forwarding, it is recommended to
download the created files and explore them on the local machine (esp. for the parallel plot).
The created files are saved at
`projects/<name_of_optimization_run>/{2d-scatterplots,parallel-plot}`.
1.
**Getting the raw data:**
As a second approach, the raw data of the optimization process can be exported as a CSV file.
...
...
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