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

@@ -35,7 +35,7 @@ into a script which uses `TensorboardLogger`, all information logged through the
ClearML automatically captures scalars logged through `TensorboardLogger`.
View the scalars in the experiment's page in the **ClearML Web UI**, in **RESULTS** **>** **SCALARS**.
View the scalars in the experiment's page in the **ClearML Web UI**, in **SCALARS**.
![image](../../../img/examples_cifar_scalars.png)
@@ -55,7 +55,7 @@ To view the model, in the **ARTIFACTS** tab, click the model name (or download i
## Debug Samples
ClearML automatically tracks images logged to TensorboardLogger. They appear in **RESULTS** **>** **DEBUG SAMPLES**.
ClearML automatically tracks images logged to TensorboardLogger. They appear in **DEBUG SAMPLES**.
![image](../../../img/examples_integration_pytorch_ignite_debug.png)

View File

@@ -142,7 +142,7 @@ When the code runs, the experiment results can be viewed in the [ClearML Web UI]
### Scalars
View the scalars, including training and validation metrics, in the experiment's page in the ClearML Web UI, under
**RESULTS** **>** **SCALARS**.
**SCALARS**.
![image](../../../img/ignite_training.png)