Small edits (#420)

This commit is contained in:
pollfly
2022-12-27 16:01:47 +02:00
committed by GitHub
parent 0addbc3549
commit 439d86a46b
34 changed files with 81 additions and 57 deletions

View File

@@ -37,7 +37,7 @@ experiment runs. Some possible destinations include:
* Google Cloud Storage
* Azure Storage.
Specify the output location in the `output_uri` parameter of the [Task.init](../../references/sdk/task.md#taskinit) method.
Specify the output location in the `output_uri` parameter of the [`Task.init`](../../references/sdk/task.md#taskinit) method.
In this tutorial, we specify a local folder destination.
In `pytorch_mnist_tutorial.py`, change the code from:

View File

@@ -40,7 +40,7 @@ ClearML automatically logs TensorFlow Definitions, whether they are defined befo
flags.DEFINE_string('echo', None, 'Text to echo.')
flags.DEFINE_string('another_str', 'My string', 'A string', module_name='test')
task = Task.init(project_name='examples', task_name='hyper-parameters example')
task = Task.init(project_name='examples', task_name='hyperparameters example')
flags.DEFINE_integer('echo3', 3, 'Text to echo.')
@@ -54,7 +54,7 @@ TensorFlow Definitions appear in **HYPER PARAMETERS** **>** **TF_DEFINE**.
## Parameter Dictionaries
Connect a parameter dictionary to a Task by calling the [Task.connect](../../references/sdk/task.md#connect)
Connect a parameter dictionary to a Task by calling the [`Task.connect`](../../references/sdk/task.md#connect)
method, and ClearML logs the parameters. ClearML also tracks changes to the parameters.
```python

View File

@@ -53,6 +53,6 @@ ClearML reports these images as debug samples in the **ClearML Web UI**, under t
![image](../../img/examples_reporting_07.png)
Double click a thumbnail, and the image viewer opens.
Double-click a thumbnail, and the image viewer opens.
![image](../../img/examples_reporting_07a.png)

View File

@@ -38,7 +38,7 @@ Logger.current_logger().report_media(
)
```
The reported audio can be viewed in the **DEBUG SAMPLES** tab. Double click a thumbnail, and the audio player opens.
The reported audio can be viewed in the **DEBUG SAMPLES** tab. Double-click a thumbnail, and the audio player opens.
![image](../../img/examples_reporting_08.png)
@@ -55,6 +55,6 @@ Logger.current_logger().report_media(
)
```
The reported video can be viewed in the **DEBUG SAMPLES** tab. Double click a thumbnail, and the video player opens.
The reported video can be viewed in the **DEBUG SAMPLES** tab. Double-click a thumbnail, and the video player opens.
![image](../../img/examples_reporting_09.png)