Small edits (#722)

This commit is contained in:
pollfly
2023-11-28 10:03:58 +02:00
committed by GitHub
parent 7afc79f5ce
commit 4b02af91f7
7 changed files with 17 additions and 17 deletions

View File

@@ -80,7 +80,7 @@ View the logged metrics in the WebApp, in the experiment's **Scalars** tab.
ClearML automatically logs models saved using the `ModelCheckpoint` handler. Make sure a ClearML Task is instantiated in
your script. If you're already using either `ClearMLStatsHandler` or `ClearMLImageHandler`, you don't have to add any code.
Otherwise, all you have to is add two lines of code to create a task:
Otherwise, all you have to do is add two lines of code to create a task:
```python
from clearml import Task