Small edits (#668)

This commit is contained in:
pollfly
2023-09-11 13:33:30 +03:00
committed by GitHub
parent dec2ff2e1e
commit d2dbd30bb4
34 changed files with 53 additions and 62 deletions

View File

@@ -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(

View File

@@ -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