Small edits (#753)

This commit is contained in:
pollfly
2024-01-10 14:40:19 +02:00
committed by GitHub
parent c2a128a9b4
commit 0212637cec
29 changed files with 41 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ All you have to do is add two lines of code:
```python
from clearml import Task
task = Task.init(task_name="<task_name>", project_name="<project_name>")
```