mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#668)
This commit is contained in:
@@ -187,7 +187,7 @@ def test(args, model, device, test_loader):
|
||||
### Log Text
|
||||
|
||||
Extend ClearML by explicitly logging text, including errors, warnings, and debugging statements. Use [`Logger.report_text()`](../../references/sdk/logger.md#report_text)
|
||||
and its argument `level` to report a debugging message.
|
||||
and its `level` argument to report a debugging message.
|
||||
|
||||
```python
|
||||
logger.report_text(
|
||||
|
||||
@@ -11,14 +11,13 @@ demonstrates reporting (uploading) images in several formats, including:
|
||||
* Local files.
|
||||
|
||||
ClearML uploads images to the bucket specified in the ClearML [configuration file](../../configs/clearml_conf.md),
|
||||
or ClearML can be configured for image storage, see [Logger.set_default_upload_destination](../../references/sdk/logger.md#set_default_upload_destination)
|
||||
or ClearML can be configured for image storage, see [`Logger.set_default_upload_destination()`](../../references/sdk/logger.md#set_default_upload_destination)
|
||||
(storage for [artifacts](../../clearml_sdk/task_sdk.md#setting-upload-destination) is different). Set credentials for
|
||||
storage in the ClearML configuration file.
|
||||
|
||||
When the script runs, it creates an experiment named `image reporting` in the `examples` project.
|
||||
|
||||
Report images using several formats by calling the [Logger.report_image](../../references/sdk/logger.md#report_image)
|
||||
method:
|
||||
Report images using several formats by calling [`Logger.report_image()`](../../references/sdk/logger.md#report_image):
|
||||
|
||||
```python
|
||||
# report image as float image
|
||||
|
||||
Reference in New Issue
Block a user