mirror of
https://github.com/clearml/clearml
synced 2025-03-03 10:42:00 +00:00
Update README.md
This commit is contained in:
parent
cc8b1f3120
commit
92984742ca
@ -57,7 +57,7 @@ TRAINS is a two part solution:
|
|||||||
|
|
||||||
To connect your code with TRAINS:
|
To connect your code with TRAINS:
|
||||||
|
|
||||||
- Install TRAINS
|
- Install TRAINS <a name="integrate-trains"></a>
|
||||||
|
|
||||||
pip install trains
|
pip install trains
|
||||||
<details>
|
<details>
|
||||||
@ -71,7 +71,7 @@ TRAINS is a two part solution:
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
- Add the following lines to your code <a name="integrate-trains"></a>
|
- Add the following lines to your code
|
||||||
|
|
||||||
from trains import Task
|
from trains import Task
|
||||||
task = Task.init(project_name="my project", task_name="my task")
|
task = Task.init(project_name="my project", task_name="my task")
|
||||||
|
Loading…
Reference in New Issue
Block a user