edit first_steps (#79)

This commit is contained in:
pollfly
2021-10-04 12:20:50 +03:00
committed by GitHub
parent 1deb848eb4
commit 00ee73b294
2 changed files with 32 additions and 24 deletions

View File

@@ -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.