mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Rewrite fundamentals sections (#252)
This commit is contained in:
@@ -298,5 +298,5 @@ python pytorch_mnist_tutorial.py
|
||||
## Next Steps
|
||||
|
||||
* See the [User Interface](../../webapp/webapp_overview.md) section to learn about its features.
|
||||
* See the [ClearML Python Package Reference](../../clearml_sdk.md) to learn about
|
||||
* See the [ClearML Python Package Reference](../../clearml_sdk/clearml_sdk.md) to learn about
|
||||
all the available classes and methods.
|
||||
@@ -12,7 +12,7 @@ demonstrates reporting (uploading) images in several formats, including:
|
||||
|
||||
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)
|
||||
(storage for [artifacts](../../fundamentals/artifacts.md#setting-upload-destination) is different). Set credentials for
|
||||
(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`, which is associated with the `examples` project.
|
||||
|
||||
@@ -10,7 +10,7 @@ method to upload from:
|
||||
* URL of media already uploaded to some storage
|
||||
|
||||
ClearML uploads media to the bucket specified in the ClearML configuration file 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](../../fundamentals/artifacts.md#setting-upload-destination) is different). Set credentials for storage in the ClearML
|
||||
(storage for [artifacts](../../clearml_sdk/task_sdk.md#setting-upload-destination) is different). Set credentials for storage in the ClearML
|
||||
[configuration file](../../configs/clearml_conf.md).
|
||||
|
||||
ClearML reports media in the **ClearML Web UI** **>** experiment details **>** **RESULTS** tab **>** **DEBUG SAMPLES**
|
||||
|
||||
Reference in New Issue
Block a user