Skip to content
Snippets Groups Projects
Commit 40f6755b authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Simplified ssh command in hyperparameter_optimization.md.

parent f5ea7bc3
No related branches found
No related tags found
2 merge requests!478Automated merge from preview to main,!466Resolve "Use simplified ssh commands"
......@@ -355,11 +355,16 @@ In order to look into the results, there are the following basic approaches.
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.hrsk.tu-dresden.de`.
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).
1. **Getting the raw data:**
As a second approach, the raw data of the optimization process can be exported as a CSV file.
The created output files are stored in the folder `projects/<name_of_optimization_run>/csv`.
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