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

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