Small edits (#257)

This commit is contained in:
pollfly
2022-05-22 10:27:30 +03:00
committed by GitHub
parent bd1c132578
commit c20e9ef111
57 changed files with 129 additions and 123 deletions

View File

@@ -36,14 +36,14 @@ When the script runs, it logs:
## Scalars
ClearML logs the scalars from training each network. They appear in the project's page in the **ClearML web UI**, under
**RESULTS** **>** **SCALARS**.
**SCALARS**.
![image](../../../img/integration_keras_tuner_06.png)
## Summary of Hyperparameter Optimization
ClearML automatically logs the parameters of each experiment run in the hyperparameter search. They appear in tabular
form in **RESULTS** **>** **PLOTS**.
form in **PLOTS**.
![image](../../../img/integration_keras_tuner_07.png)
@@ -65,13 +65,13 @@ The model configuration is stored with the model.
### Hyperparameters
ClearML automatically logs the TensorFlow Definitions, which appear in **RESULTS** **>** **CONFIGURATION** **>** **HYPER PARAMETERS**.
ClearML automatically logs the TensorFlow Definitions, which appear in **CONFIGURATION** **>** **HYPER PARAMETERS**.
![image](../../../img/integration_keras_tuner_01.png)
### Configuration
The Task configuration appears in **RESULTS** **>** **CONFIGURATION** **>** **General**.
The Task configuration appears in **CONFIGURATION** **>** **General**.
![image](../../../img/integration_keras_tuner_02.png)

View File

@@ -16,7 +16,7 @@ The example script does the following:
## Plots
In the **ClearML Web UI**, the PR Curve summaries appear in the experiment's page under **RESULTS** **>** **PLOTS**.
In the **ClearML Web UI**, the PR Curve summaries appear in the experiment's page under **PLOTS**.
* Blue PR curves
![image](../../../img/examples_tensorboard_pr_curve_01.png)
@@ -33,6 +33,6 @@ ClearML automatically logs TensorFlow Definitions. They appear in **CONFIGURATIO
## Console
All other console output appears in **RESULTS** **>** **CONSOLE**.
All other console output appears in **CONSOLE**.
![image](../../../img/examples_tensorboard_pr_curve_05.png)

View File

@@ -11,20 +11,20 @@ project.
## Scalars
The `tf.summary.scalar` output appears in the ClearML web UI, in the experiment's **RESULTS** **>**
The `tf.summary.scalar` output appears in the ClearML web UI, in the experiment's
**SCALARS**. Resource utilization plots, which are titled **:monitor: machine**, also appear in the **SCALARS** tab.
![image](../../../img/examples_tensorboard_toy_03.png)
## Plots
The `tf.summary.histogram` output appears in **RESULTS** **>** **PLOTS**.
The `tf.summary.histogram` output appears in **PLOTS**.
![image](../../../img/examples_tensorboard_toy_04.png)
## Debug Samples
ClearML automatically tracks images and text output to TensorFlow. They appear in **RESULTS** **>** **DEBUG SAMPLES**.
ClearML automatically tracks images and text output to TensorFlow. They appear in **DEBUG SAMPLES**.
![image](../../../img/examples_tensorboard_toy_05.png)

View File

@@ -10,8 +10,8 @@ When the script runs, it creates an experiment named `Tensorflow v2 mnist with s
## Scalars
The loss and accuracy metric scalar plots appear in the experiment's page in the **ClearML web UI** under **RESULTS**
**>** **SCALARS**. Resource utilization plots, which are titled **:monitor: machine**, also appear in the **SCALARS** tab.
The loss and accuracy metric scalar plots appear in the experiment's page in the **ClearML web UI** under
**SCALARS**. Resource utilization plots, which are titled **:monitor: machine**, also appear in the **SCALARS** tab.
![image](../../../img/examples_tensorflow_mnist_06.png)
@@ -24,7 +24,7 @@ ClearML automatically logs TensorFlow Definitions. They appear in **CONFIGURATIO
## Console
All console output appears in **RESULTS** **>** **CONSOLE**.
All console output appears in **CONSOLE**.
![image](../../../img/examples_tensorflow_mnist_05.png)