mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
edit first_steps (#79)
This commit is contained in:
@@ -37,7 +37,7 @@ To ensure full automatic logging it is recommended to import the ClearML package
|
||||
Then initialize the Task object in your `main()` function, or the beginning of the script.
|
||||
|
||||
```python
|
||||
task = Task.init(project_name=”great project”, task_name=”best experiment”)
|
||||
task = Task.init(project_name='great project', task_name='best experiment')
|
||||
```
|
||||
|
||||
Task name is not unique, it's possible to have multiple experiments with the same name.
|
||||
|
||||
Reference in New Issue
Block a user