Small edits (#260)

This commit is contained in:
pollfly
2022-05-26 09:54:41 +03:00
committed by GitHub
parent 4a361782d8
commit 31ab5d0af7
33 changed files with 42 additions and 43 deletions

View File

@@ -52,14 +52,13 @@ Logger.current_logger().report_scalar(
)
```
These scalars can be visualized in plots, which appear in the ClearML web UI, in the experiment's
page **>** **SCALARS**.
These scalars can be visualized in plots, which appear in the ClearML web UI, in the experiment's **SCALARS** tab.
![Experiment Scalars](../../img/examples_pytorch_mnist_07.png)
## Hyperparameters
ClearML automatically logs command line options defined with `argparse`. They appear in **CONFIGURATIONS** **>** **HYPER PARAMETERS** **>** **Args**.
ClearML automatically logs command line options defined with `argparse`. They appear in **CONFIGURATION** **>** **HYPER PARAMETERS** **>** **Args**.
![Experiment hyperparameters](../../img/examples_pytorch_mnist_01.png)