Small edits (#891)

This commit is contained in:
pollfly
2024-08-05 10:12:18 +03:00
committed by GitHub
parent 5353bd3cf6
commit e2cc07c509
15 changed files with 37 additions and 35 deletions

View File

@@ -16,7 +16,9 @@ example script.
In the `examples/frameworks/pytorch` directory, run the experiment script:
python pytorch_mnist.py
```commandline
python pytorch_mnist.py
```
## Step 2: Clone the Experiment
@@ -42,15 +44,12 @@ To demonstrate tuning, change two hyperparameter values.
## Step 4: Run a Worker Daemon Listening to a Queue
To execute the cloned experiment, use a worker that can run a worker daemon listening to a queue.
To execute the cloned experiment, use a [ClearML Agent](../../fundamentals/agents_and_queues.md).
:::note
For more information about workers, worker daemons, and queues, see [Agents and queues](../../fundamentals/agents_and_queues.md).
:::
Run the worker daemon on the local development machine.
Run the agent on the local development machine:
1. Open a terminal session.
1. Run the following `clearml-agent` command which runs a worker daemon listening to the `default` queue:
```
clearml-agent daemon --queue default
```
@@ -119,5 +118,4 @@ To compare the original and tuned experiments:
## Next Steps
* For more information about editing experiments, see [modify experiments](../../webapp/webapp_exp_tuning.md#modifying-experiments)
in the User Interface section.
* For more information about editing experiments, see [modifying experiments](../../webapp/webapp_exp_tuning.md#modifying-experiments).