# Launch your Hyperparameters tuning

### 1 . Overview

Once your Scan have been well configured you will be able to visualize all the Runs created on your Scan dashboard.&#x20;

![](https://2100239547-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M78aoA9Gcxf25O1fNjm%2F-MZtB9oFsAO3PZBFV5Pp%2F-MZtBU4t46w9E7KNW_ft%2Fimage.png?alt=media\&token=deb7355a-808b-4617-8488-2d27234ebdb8)

Here you can see that we created a 8 runs Scan in order to find the best `learning_rate` for our training, by trying to optimize the `rmse` value of our final model.&#x20;

As no Runs have been launched for now, there are all in a `waiting` mode.&#x20;

### 2 . Visualizing the script to run&#x20;

Next to `Stop Scan`, your can see a python filename , visualize it by clicking on it, it's the python script that you chose to run for your scan.&#x20;

![](https://2100239547-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M78aoA9Gcxf25O1fNjm%2F-MZtB9oFsAO3PZBFV5Pp%2F-MZtBg6LaJ5CuRtyYsnU%2Fimage.png?alt=media\&token=b4e54ee7-f390-457e-bc6e-58c45b2081a2)

### 3 . Initialize the CLI&#x20;

**Prerequisite :**  [**Install Picsell CLI**](https://picsellia.gitbook.io/picsellia/hyperparameter-tuning/install-picsell-cli) **:)**&#x20;

**Go on your best terminal and just type :**

```
picsell init scan YOUR_SCAN_ID
```

You can find you scan ID on the Scan page shown below&#x20;

![](https://2100239547-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M78aoA9Gcxf25O1fNjm%2F-MZqMkJGTk7l1wtcDC9p%2F-MZqPVV3AHIf5tSYan7G%2Fimage.png?alt=media\&token=89b73979-a2d7-46ba-9732-48336151fc4e)

You should see this type of message&#x20;

### 4 . Launch your sweeps

```
picsell launch scan YOUR_SCAN_ID 
```

{% hint style="warning" %}
If you don't have NVIDIA gpu drivers installed on your machine, please set the -g flag to false&#x20;
{% endhint %}

```
picsell launch scan YOUR_SCAN_ID -g false 
```

![](https://2100239547-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M78aoA9Gcxf25O1fNjm%2F-MZqMkJGTk7l1wtcDC9p%2F-MZqS2qTVs05a-S8acvx%2Fimage.png?alt=media\&token=c3fe25ff-8d97-4a71-9b4f-7fb4eb66efa6)

If you want the Picsell CLI to automatically receive the next run to launch, please don't kill this terminal :)
