mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#161)
This commit is contained in:
@@ -33,13 +33,14 @@ Logger.current_logger().report_scalar(
|
||||
)
|
||||
```
|
||||
|
||||
These scalars can be visualized in plots, which appear in the **ClearML web UI**, in the experiment's
|
||||
page **>** **RESULTS** **>** **SCALARS**.
|
||||
These scalars can be visualized in plots, which appear in the ClearML [web UI](../../../webapp/webapp_overview.md),
|
||||
in the experiment's page **>** **RESULTS** **>** **SCALARS**.
|
||||
|
||||

|
||||
|
||||
## 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 **CONFIGURATIONS** **>** **HYPER PARAMETERS** **>** **Args**.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -15,7 +15,8 @@ The example does the following:
|
||||
## Scalars
|
||||
|
||||
In the example script, the `train` and `test` functions call the TensorBoard `SummaryWriter.add_scalar` method to log loss.
|
||||
These scalars, along with the resource utilization plots, which are titled **:monitor: machine**, appear in the experiment's page in the **ClearML web UI** under **RESULTS** **>** **SCALARS**,
|
||||
These scalars, along with the resource utilization plots, which are titled **:monitor: machine**, appear in the experiment's
|
||||
page in the [ClearML web UI](../../../webapp/webapp_overview.md) under **RESULTS** **>** **SCALARS**.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -6,10 +6,10 @@ The [pytorch_tensorboardX.py](https://github.com/allegroai/clearml/blob/master/e
|
||||
example demonstrates the integration of ClearML into code that uses PyTorch and TensorBoardX.
|
||||
|
||||
The script does the following:
|
||||
* Trains a simple deep neural network on the PyTorch built-in [MNIST](https://pytorch.org/vision/stable/datasets.html#mnist) dataset.
|
||||
* Trains a simple deep neural network on the PyTorch built-in [MNIST](https://pytorch.org/vision/stable/datasets.html#mnist) dataset
|
||||
* Creates an experiment named `pytorch with tensorboardX` which is associated with the `examples` project
|
||||
* ClearML automatically captures scalars and text logged using the TensorBoardX `SummaryWriter` object, and
|
||||
the model created by PyTorch.
|
||||
the model created by PyTorch
|
||||
|
||||
## Scalars
|
||||
|
||||
|
||||
Reference in New Issue
Block a user