mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update FAQ, pipeline, and report logo images (#1069)
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
This commit is contained in:
18
docs/faq.md
18
docs/faq.md
@@ -137,7 +137,8 @@ the following numbers are displayed:
|
||||
* API server version
|
||||
* API version
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
ClearML Python package information can be obtained by using `pip freeze`.
|
||||
|
||||
@@ -593,7 +594,8 @@ Due to speed/optimization issues, the console displays only the last several hun
|
||||
You can always download the full log as a file using the ClearML Web UI. In the **ClearML Web UI >** task's **CONSOLE**
|
||||
tab, click `Download full log`.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
<br/>
|
||||
|
||||
@@ -604,17 +606,19 @@ and accuracy values of several tasks. In the task comparison page, under the **H
|
||||
you can visualize tasks' hyperparameter values in relation to performance metrics in a scatter plot or parallel
|
||||
coordinates plot:
|
||||
* [Scatter plot](webapp/webapp_exp_comparing.md#scatter-plot): View the correlation between a selected hyperparameter and
|
||||
metric. For example, the image below shows a scatter plot that displays the values of a performance metric (`epoch_accuracy`)
|
||||
metric. For example, the image below shows a scatter plot that displays the values of a performance metric (`accuracy`)
|
||||
and a hyperparameter (`epochs`) of a few tasks:
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
* [Parallel coordinates plot](webapp/webapp_exp_comparing.md#parallel-coordinates-mode): View the impact of hyperparameters
|
||||
on selected metric(s). For example, the image below shows
|
||||
a parallel coordinates plot which displays the values of selected hyperparameters (`base_lr`, `batch_size`, and
|
||||
`number_of_epochs`) and a performance metric (`accuracy`) of three tasks:
|
||||
a parallel coordinates plot which displays the values of selected hyperparameters (`epochs`, `lr`, and `batch_size`)
|
||||
and a performance metric (`accuracy`) of a few tasks:
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user