mirror of
https://github.com/clearml/clearml
synced 2025-02-07 13:23:40 +00:00
fix task init command in readme (#267)
This commit is contained in:
parent
a29a655a6e
commit
0143b61a4a
@ -73,7 +73,7 @@ pip install clearml
|
|||||||
Add two lines to your code:
|
Add two lines to your code:
|
||||||
```python
|
```python
|
||||||
from clearml import Task
|
from clearml import Task
|
||||||
task = Task(project_name='examples', task_name='hello world')
|
task = Task.init(project_name='examples', task_name='hello world')
|
||||||
```
|
```
|
||||||
|
|
||||||
You are done, everything your process outputs is now automagically logged into ClearML.
|
You are done, everything your process outputs is now automagically logged into ClearML.
|
||||||
|
Loading…
Reference in New Issue
Block a user