mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#257)
This commit is contained in:
@@ -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**.
|
||||
|
||||

|
||||
|
||||
## 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**.
|
||||
|
||||

|
||||
|
||||
@@ -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**.
|
||||
|
||||

|
||||
|
||||
### Configuration
|
||||
|
||||
The Task configuration appears in **RESULTS** **>** **CONFIGURATION** **>** **General**.
|
||||
The Task configuration appears in **CONFIGURATION** **>** **General**.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -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
|
||||

|
||||
@@ -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**.
|
||||
|
||||

|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||
|
||||
## Plots
|
||||
|
||||
The `tf.summary.histogram` output appears in **RESULTS** **>** **PLOTS**.
|
||||
The `tf.summary.histogram` output appears in **PLOTS**.
|
||||
|
||||

|
||||
|
||||
## 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**.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||
|
||||
@@ -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**.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user