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

@@ -25,7 +25,7 @@ The example script's `train` function calls TensorBoardX's `SummaryWriter.add_sc
ClearML automatically captures the data that is added to the `SummaryWriter` object.
These scalars can be visualized in plots, which appear in the ClearML [WebApp](../../../webapp/webapp_home.md), in the
experiment's **RESULTS** **>** **SCALARS** page.
experiment's **SCALARS** page.
![Scalars tab](../../../img/examples_megengine_mnist_scalars.png)
@@ -49,6 +49,6 @@ The model info panel contains the model details, including:
## Console
All console output during the scripts execution appears in the experiments **RESULTS > CONSOLE** page.
All console output during the scripts execution appears in the experiments **CONSOLE** page.
![Console tab](../../../img/examples_megengine_console.png)