mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#722)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user