mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-02 12:21:08 +00:00
Small edits (#963)
This commit is contained in:
parent
43951da0bd
commit
53ef5c2b11
@ -72,7 +72,7 @@ the models associated with a project are listed.
|
||||
|
||||
## SDK Interface
|
||||
|
||||
See [the Models SDK interface](../clearml_sdk/model_sdk.md) for an overview for using the most basic Pythonic methods of the model
|
||||
See the [Models SDK interface](../clearml_sdk/model_sdk.md) for an overview for using the most basic Pythonic methods of the model
|
||||
classes. See a detailed list of all available methods in the [Model](../references/sdk/model_model.md), [OutputModel](../references/sdk/model_outputmodel.md), and [InputModel](../references/sdk/model_inputmodel.md)
|
||||
reference pages.
|
||||
|
||||
|
@ -190,6 +190,6 @@ The following table describes the task states and state transitions.
|
||||
|
||||
## SDK Interface
|
||||
|
||||
See [the task SDK interface](../clearml_sdk/task_sdk.md) for an overview for using the most basic Pythonic methods of the `Task` class.
|
||||
See the [Task SDK interface](../clearml_sdk/task_sdk.md) for an overview for using the most basic Pythonic methods of the `Task` class.
|
||||
See the [Task reference page](../references/sdk/task.md) for a complete list of available methods.
|
||||
|
||||
|
@ -180,7 +180,7 @@ parameter in [`Task.connect_configuration`](../references/sdk/task.md#connect_co
|
||||
Artifacts tracked in an experiment appear in the **ARTIFACTS** tab, and include models and other artifacts.
|
||||
|
||||
Artifact location is displayed in the `FILE PATH` field.
|
||||
The UI provides locally stored artifacts with a 'copy to clipboard' action (<img src="/docs/latest/icons/ico-clipboard.svg" alt="Clipboard" className="icon size-md space-sm" />)
|
||||
The UI provides locally stored artifacts with a 'copy to clipboard' action (<img src="/docs/latest/icons/ico-copy-to-clipboard.svg" alt="Clipboard" className="icon size-md space-sm" />)
|
||||
to facilitate local storage access (since web applications are prohibited from accessing the local disk for security reasons).
|
||||
The UI provides Network hosted (e.g. https://, s3:// etc. URIs) artifacts with a download action (<img src="/docs/latest/icons/ico-download-json.svg" alt="Download" className="icon size-md space-sm" />)
|
||||
to retrieve these files.
|
||||
@ -196,7 +196,7 @@ including design, label enumeration, and general information, go to the **MODELS
|
||||
1. In the model details **>** **GENERAL** tab **>** **MODEL URL**, either:
|
||||
|
||||
* Download the model<img src="/docs/latest/icons/ico-download.svg" className="icon size-md space-sm" />, if it is stored in remote storage.
|
||||
* Copy its location to the clipboard <img src="/docs/latest/icons/ico-clipboard.svg" alt="Copy Clipboard" className="icon size-md space-sm" />,
|
||||
* Copy its location to the clipboard <img src="/docs/latest/icons/ico-copy-to-clipboard.svg" alt="Copy Clipboard" className="icon size-md space-sm" />,
|
||||
if it is in a local file.
|
||||
|
||||
|
||||
@ -211,7 +211,7 @@ They include the file path, file size, and hash.
|
||||
|
||||
In the **ARTIFACTS** tab **>** **OTHER** **>** Select an artifact **>** Either:
|
||||
* Download the artifact <img src="/docs/latest/icons/ico-download.svg" className="icon size-md space-sm" />, if it is stored in remote storage.
|
||||
* Copy its location to the clipboard <img src="/docs/latest/icons/ico-clipboard.svg" alt="Copy Clipboard" className="icon size-md space-sm" />,
|
||||
* Copy its location to the clipboard <img src="/docs/latest/icons/ico-copy-to-clipboard.svg" alt="Copy Clipboard" className="icon size-md space-sm" />,
|
||||
if it is in a local file.
|
||||
|
||||

|
||||
|
@ -186,7 +186,7 @@ model in the **MODELS** tab.
|
||||
remove the configuration).
|
||||
|
||||
Users can also search for the configuration (hover over the configuration textbox, the search box appears) and copy the
|
||||
configuration to the clipboard (hover and click <img src="/docs/latest/icons/ico-clipboard.svg" alt="Copy Clipboard" className="icon size-md" />).
|
||||
configuration to the clipboard (hover and click <img src="/docs/latest/icons/ico-copy-to-clipboard.svg" alt="Copy Clipboard" className="icon size-md" />).
|
||||
|
||||
* Label enumeration - In the **LABELS** tab **>** Hover and click **EDIT** **>** Add, change, or delete label
|
||||
enumeration key-value pairs.
|
||||
|
Loading…
Reference in New Issue
Block a user