Merge pull request #952 from ainoam/master

Emphasize tutorials in Readme
This commit is contained in:
alex-burlacu-clear-ml 2023-03-17 14:41:24 +02:00 committed by GitHub
commit bac92f532d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,23 +37,25 @@ Instrumenting these components is the **ClearML-server**, see [Self-Hosting](htt
**[Sign up](https://app.clear.ml) & [Start using](https://clear.ml/docs/) in under 2 minutes**
---
**Friendly tutorials to get you started**
<table>
<tbody>
<tr>
<td>Step 1: Experiment Management</td>
<td><a href="https://github.com/ainoam/clearml/blob/master/docs/tutorials/Getting_Started_1_Experiment_Management.ipynb"><b>Step 1</b></a> - Experiment Management</td>
<td><a target="_blank" href="https://colab.research.google.com/github/allegroai/clearml/blob/master/docs/tutorials/Getting_Started_1_Experiment_Management.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a></td>
</tr>
<tr>
<td>Step 2: Remote Execution Agent Setup</td>
<td><a href="https://github.com/ainoam/clearml/blob/master/docs/tutorials/Getting_Started_2_Setting_Up_Agent.ipynb"><b>Step 2</b></a> - Remote Execution Agent Setup</td>
<td><a target="_blank" href="https://colab.research.google.com/github/allegroai/clearml/blob/master/docs/tutorials/Getting_Started_2_Setting_Up_Agent.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a></td>
</tr>
<tr>
<td>Step 3: Remotely Execute Tasks</td>
<td><a href="https://github.com/ainoam/clearml/blob/master/docs/tutorials/Getting_Started_3_Remote_Execution.ipynb"><b>Step 3</b></a> - Remotely Execute Tasks</td>
<td><a target="_blank" href="https://colab.research.google.com/github/allegroai/clearml/blob/master/docs/tutorials/Getting_Started_3_Remote_Execution.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a></td>