mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-13 18:08:47 +00:00
Small edits (#962)
This commit is contained in:
parent
81dd7f99e9
commit
43951da0bd
@ -225,7 +225,7 @@ The console's log level will update in the autoscaler's next iteration.
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
* Instance log files - Click to access the app instance's logs. This takes you to the app instance task's ARTIFACTS tab,
|
* Instance log files - Click to access the app instance's logs. This takes you to the app instance task's ARTIFACTS tab,
|
||||||
which lists the app instance's logs. In a log's `File Path` field, click <img src="/docs/latest/icons/ico-download-json.svg" alt="Download" className="icon size-sm space-sm" />
|
which lists the app instance's logs. In a log's `File Path` field, click <img src="/docs/latest/icons/ico-download-json.svg" alt="Download" className="icon size-md space-sm" />
|
||||||
to download the complete log.
|
to download the complete log.
|
||||||
|
|
||||||
|
|
||||||
|
@ -149,7 +149,7 @@ The console's log level will update in the autoscaler's next iteration.
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
* Instance log files - Click to access the app instance's logs. This takes you to the app instance task's ARTIFACTS tab,
|
* Instance log files - Click to access the app instance's logs. This takes you to the app instance task's ARTIFACTS tab,
|
||||||
which lists the app instance's logs. In a log's `File Path` field, click <img src="/docs/latest/icons/ico-download-json.svg" alt="Download" className="icon size-sm space-sm" />
|
which lists the app instance's logs. In a log's `File Path` field, click <img src="/docs/latest/icons/ico-download-json.svg" alt="Download" className="icon size-md space-sm" />
|
||||||
to download the complete log.
|
to download the complete log.
|
||||||
|
|
||||||
:::tip EMBEDDING CLEARML VISUALIZATION
|
:::tip EMBEDDING CLEARML VISUALIZATION
|
||||||
|
@ -29,7 +29,7 @@ Once you start a Gradio launcher instance, you can view the following informatio
|
|||||||
* <img src="/docs/latest/icons/ico-gradio-stopped.svg" alt="Stopped server" className="icon size-md space-sm" /> - App is stopped
|
* <img src="/docs/latest/icons/ico-gradio-stopped.svg" alt="Stopped server" className="icon size-md space-sm" /> - App is stopped
|
||||||
* Idle time
|
* Idle time
|
||||||
* Gradio App - Externally accessible link to your Gradio app. You can send this link to your colleagues, so they can
|
* Gradio App - Externally accessible link to your Gradio app. You can send this link to your colleagues, so they can
|
||||||
access the app. Click <img src="/docs/latest/icons/ico-copy-to-clipboard.svg" alt="Copy" className="icon size-sm space-sm" />
|
access the app. Click <img src="/docs/latest/icons/ico-copy-to-clipboard.svg" alt="Copy" className="icon size-md space-sm" />
|
||||||
to copy link
|
to copy link
|
||||||
* Gradio Git repo - Repository that holds the Gradio app script
|
* Gradio Git repo - Repository that holds the Gradio app script
|
||||||
* Live preview of the Gradio app
|
* Live preview of the Gradio app
|
||||||
|
@ -30,7 +30,7 @@ Once you start a Streamlit launcher instance, you can view the following informa
|
|||||||
* <img src="/docs/latest/icons/ico-streamlit-stopped.svg" alt="Stopped server" className="icon size-md space-sm" /> - App is stopped
|
* <img src="/docs/latest/icons/ico-streamlit-stopped.svg" alt="Stopped server" className="icon size-md space-sm" /> - App is stopped
|
||||||
* Idle time
|
* Idle time
|
||||||
* Streamlit App - Externally accessible link to your Streamlit app. You can send this link to your colleagues, so they can
|
* Streamlit App - Externally accessible link to your Streamlit app. You can send this link to your colleagues, so they can
|
||||||
access the app. Click <img src="/docs/latest/icons/ico-copy-to-clipboard.svg" alt="Copy" className="icon size-sm space-sm" />
|
access the app. Click <img src="/docs/latest/icons/ico-copy-to-clipboard.svg" alt="Copy" className="icon size-md space-sm" />
|
||||||
to copy link
|
to copy link
|
||||||
* Streamlit Git repo - Repository that holds the Streamlit app script
|
* Streamlit Git repo - Repository that holds the Streamlit app script
|
||||||
* Live preview of the Streamlit app
|
* Live preview of the Streamlit app
|
||||||
|
@ -23,7 +23,7 @@ The ClearML Web UI provides two viewing modes for experiment details:
|
|||||||
* Full screen details mode.
|
* Full screen details mode.
|
||||||
|
|
||||||
Both modes contain all experiment details. When either view is open, switch to the other mode by clicking <img src="/docs/latest/icons/ico-info-min.svg" alt="Table/Full screen view" className="icon size-md space-sm" />
|
Both modes contain all experiment details. When either view is open, switch to the other mode by clicking <img src="/docs/latest/icons/ico-info-min.svg" alt="Table/Full screen view" className="icon size-md space-sm" />
|
||||||
(**View in experiments table / full screen**), or clicking <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Bars menu" className="icon size-sm space-sm" /> (**menu**) > **View in experiments
|
(**View in experiments table / full screen**), or clicking <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Bars menu" className="icon size-md space-sm" /> (**menu**) > **View in experiments
|
||||||
table / full screen**.
|
table / full screen**.
|
||||||
|
|
||||||
|
|
||||||
@ -179,10 +179,10 @@ 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.
|
Artifacts tracked in an experiment appear in the **ARTIFACTS** tab, and include models and other artifacts.
|
||||||
|
|
||||||
Artifacts location is stored in the `FILE PATH` field.
|
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-sm space-sm" />)
|
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" />)
|
||||||
to facilitate local storage access (since web applications are prohibited from accessing the local disk for security reasons).
|
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-sm space-sm" />)
|
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.
|
to retrieve these files.
|
||||||
|
|
||||||
### Models
|
### Models
|
||||||
@ -298,7 +298,7 @@ Scalar series can be displayed in [graph view](#graph-view) (default) or in [met
|
|||||||
#### Graph View
|
#### Graph View
|
||||||
Scalar graph view (<img src="/docs/latest/icons/ico-charts-view.svg" alt="Graph view" className="icon size-md space-sm" />)
|
Scalar graph view (<img src="/docs/latest/icons/ico-charts-view.svg" alt="Graph view" className="icon size-md space-sm" />)
|
||||||
shows scalar series plotted as a time series line chart. The series are sub-sampled for
|
shows scalar series plotted as a time series line chart. The series are sub-sampled for
|
||||||
display efficiency. For high resolution, view a series in full screen mode by hovering over the graph and clicking <img src="/docs/latest/icons/ico-maximize.svg" alt="Maximize plot icon" className="icon size-sm space-sm" />.
|
display efficiency. For high resolution, view a series in full screen mode by hovering over the graph and clicking <img src="/docs/latest/icons/ico-maximize.svg" alt="Maximize plot icon" className="icon size-md space-sm" />.
|
||||||
|
|
||||||
:::info Full Screen Refresh
|
:::info Full Screen Refresh
|
||||||
Scalar graphs in full screen mode do not auto-refresh. Click <img src="/docs/latest/icons/ico-reset.svg" alt="Refresh" className="icon size-md space-sm medium-zoom-image" />
|
Scalar graphs in full screen mode do not auto-refresh. Click <img src="/docs/latest/icons/ico-reset.svg" alt="Refresh" className="icon size-md space-sm medium-zoom-image" />
|
||||||
@ -377,9 +377,9 @@ Plotly plots. Individual plots can be shown / hidden or filtered by title.
|
|||||||
|
|
||||||
For each metric, the latest reported plot is displayed.
|
For each metric, the latest reported plot is displayed.
|
||||||
|
|
||||||
When viewing a plot in full screen (<img src="/docs/latest/icons/ico-maximize.svg" alt="Maximize plot icon" className="icon size-sm space-sm" />),
|
When viewing a plot in full screen (<img src="/docs/latest/icons/ico-maximize.svg" alt="Maximize plot icon" className="icon size-md space-sm" />),
|
||||||
older iterations are available through the iteration slider (or using the up/down arrow keyboard shortcut). Go to the
|
older iterations are available through the iteration slider (or using the up/down arrow keyboard shortcut). Go to the
|
||||||
previous/next plot in the current iteration using the <img src="/docs/latest/icons/ico-previous.svg" alt="Previous" className="icon size-sm space-sm" /> / <img src="/docs/latest/icons/ico-next.svg" alt="Next" className="icon size-sm space-sm" />
|
previous/next plot in the current iteration using the <img src="/docs/latest/icons/ico-previous.svg" alt="Previous" className="icon size-md space-sm" /> / <img src="/docs/latest/icons/ico-next.svg" alt="Next" className="icon size-md space-sm" />
|
||||||
buttons (or using the left/right arrow keyboard shortcut).
|
buttons (or using the left/right arrow keyboard shortcut).
|
||||||
|
|
||||||
|
|
||||||
@ -437,7 +437,7 @@ For each metric, the latest reported debug sample is displayed.
|
|||||||
Click a sample to view it in full screen. If the sample is video or audio, the full screen mode includes a player.
|
Click a sample to view it in full screen. If the sample is video or audio, the full screen mode includes a player.
|
||||||
|
|
||||||
When viewing a sample in full screen, older iterations are available through the iteration slider (or using the up/down
|
When viewing a sample in full screen, older iterations are available through the iteration slider (or using the up/down
|
||||||
arrow keyboard shortcut). Go to the previous/next sample in the current iteration using the <img src="/docs/latest/icons/ico-previous.svg" alt="Previous" className="icon size-sm space-sm" /> / <img src="/docs/latest/icons/ico-next.svg" alt="Next" className="icon size-sm space-sm" />
|
arrow keyboard shortcut). Go to the previous/next sample in the current iteration using the <img src="/docs/latest/icons/ico-previous.svg" alt="Previous" className="icon size-md space-sm" /> / <img src="/docs/latest/icons/ico-next.svg" alt="Next" className="icon size-md space-sm" />
|
||||||
buttons (or using the left/right arrow keyboard shortcut).
|
buttons (or using the left/right arrow keyboard shortcut).
|
||||||
|
|
||||||
|
|
||||||
@ -468,7 +468,7 @@ experiment execution according to their tags (see [TriggerScheduler](../referenc
|
|||||||
deploy models according to their tags (see [ClearML Serving](../clearml_serving/clearml_serving_tutorial.md#automatic-model-deployment)).
|
deploy models according to their tags (see [ClearML Serving](../clearml_serving/clearml_serving_tutorial.md#automatic-model-deployment)).
|
||||||
|
|
||||||
**To add tags:**
|
**To add tags:**
|
||||||
1. Click the experiment **>** Hover over the tag area **>** **+ADD TAG** or <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Bars menu" className="icon size-sm space-sm" /> (menu)
|
1. Click the experiment **>** Hover over the tag area **>** **+ADD TAG** or <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Bars menu" className="icon size-md space-sm" /> (menu)
|
||||||
1. Do one of the following:
|
1. Do one of the following:
|
||||||
* Add a new tag - Type the new tag name **>** **(Create New)**.
|
* Add a new tag - Type the new tag name **>** **(Create New)**.
|
||||||
* Add an existing tag - Click a tag.
|
* Add an existing tag - Click a tag.
|
||||||
|
@ -16,7 +16,7 @@ using the buttons on the top left of the page. Use the table view for a comparat
|
|||||||
columns of interest. Use the details view to access a selected endpoint's details. Details view can also be accessed by
|
columns of interest. Use the details view to access a selected endpoint's details. Details view can also be accessed by
|
||||||
double-clicking a specific endpoint in the table view to open its details view.
|
double-clicking a specific endpoint in the table view to open its details view.
|
||||||
|
|
||||||
Download the model endpoint table as a CSV file by clicking **Download** <img src="/docs/latest/icons/ico-download.svg" alt="Download" className="icon size-sm space-sm" />.
|
Download the model endpoint table as a CSV file by clicking **Download** <img src="/docs/latest/icons/ico-download.svg" alt="Download" className="icon size-md space-sm" />.
|
||||||
|
|
||||||
## Endpoint Tables
|
## Endpoint Tables
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ group of experiments. A tag can show any text, for any purpose. For example, add
|
|||||||
experiments execute on, label versions of experiments, or apply team names to organize experimentation.
|
experiments execute on, label versions of experiments, or apply team names to organize experimentation.
|
||||||
|
|
||||||
* To Add tags and to change tag colors:
|
* To Add tags and to change tag colors:
|
||||||
1. Click the experiment **>** Hover over the tag area **>** **+ADD TAG** or <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Bars menu" className="icon size-sm space-sm" />
|
1. Click the experiment **>** Hover over the tag area **>** **+ADD TAG** or <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Bars menu" className="icon size-md space-sm" />
|
||||||
(menu)
|
(menu)
|
||||||
1. Do one of the following:
|
1. Do one of the following:
|
||||||
* Add a new tag - Type the new tag name **>** **(Create New)**.
|
* Add a new tag - Type the new tag name **>** **(Create New)**.
|
||||||
|
@ -37,9 +37,9 @@ Hover over the model configuration area to access the following actions:
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
* <img src="/docs/latest/icons/ico-search.svg" alt="Magnifying glass" className="icon size-sm space-sm" /> Search
|
* <img src="/docs/latest/icons/ico-search.svg" alt="Magnifying glass" className="icon size-md space-sm" /> Search
|
||||||
* <img src="/docs/latest/icons/ico-copy-to-clipboard.svg" alt="Copy" className="icon size-sm space-sm" /> Copy configuration
|
* <img src="/docs/latest/icons/ico-copy-to-clipboard.svg" alt="Copy" className="icon size-md space-sm" /> Copy configuration
|
||||||
* <img src="/docs/latest/icons/ico-trash.svg" alt="Trash" className="icon size-sm space-sm" />CLEAR (for Draft models) - Delete the configuration
|
* <img src="/docs/latest/icons/ico-trash.svg" alt="Trash" className="icon size-md space-sm" />CLEAR (for Draft models) - Delete the configuration
|
||||||
* EDIT (for Draft models) - Modify / Add model configuration
|
* EDIT (for Draft models) - Modify / Add model configuration
|
||||||
|
|
||||||
## Label Enumeration
|
## Label Enumeration
|
||||||
@ -81,7 +81,7 @@ Use the search bar to look for experiments based on their name, ID, or descripti
|
|||||||
|
|
||||||
The **SCALARS** tab displays all scalar plots attached to a model. Scalar values are presented as time series line
|
The **SCALARS** tab displays all scalar plots attached to a model. Scalar values are presented as time series line
|
||||||
plots. To see the series for a metric in high resolution, view it in full screen mode by hovering over the graph and
|
plots. To see the series for a metric in high resolution, view it in full screen mode by hovering over the graph and
|
||||||
clicking <img src="/docs/latest/icons/ico-maximize.svg" alt="Maximize plot icon" className="icon size-sm space-sm" />.
|
clicking <img src="/docs/latest/icons/ico-maximize.svg" alt="Maximize plot icon" className="icon size-md space-sm" />.
|
||||||
Reported single value scalars are aggregated into a table plot displaying scalar names and values.
|
Reported single value scalars are aggregated into a table plot displaying scalar names and values.
|
||||||
|
|
||||||
To embed scalar plots in your [Reports](webapp_reports.md), hover over a plot and click <img src="/docs/latest/icons/ico-plotly-embed-code.svg" alt="Embed code" className="icon size-md space-sm" />,
|
To embed scalar plots in your [Reports](webapp_reports.md), hover over a plot and click <img src="/docs/latest/icons/ico-plotly-embed-code.svg" alt="Embed code" className="icon size-md space-sm" />,
|
||||||
|
@ -45,7 +45,7 @@ Hover over any of this data to see the number of currently idle machines.
|
|||||||
|
|
||||||
Use the **Event Log** to view updates of worker events: worker addition/removal, worker has become idle/busy. Hover over
|
Use the **Event Log** to view updates of worker events: worker addition/removal, worker has become idle/busy. Hover over
|
||||||
the log to download (<img src="/docs/latest/icons/ico-download.svg" alt="Download" className="icon size-md space-sm" />)
|
the log to download (<img src="/docs/latest/icons/ico-download.svg" alt="Download" className="icon size-md space-sm" />)
|
||||||
it or open the expanded view (<img src="/docs/latest/icons/ico-maximize.svg" alt="Maximize" className="icon size-sm space-sm" />).
|
it or open the expanded view (<img src="/docs/latest/icons/ico-maximize.svg" alt="Maximize" className="icon size-md space-sm" />).
|
||||||
|
|
||||||
## Resource Graph
|
## Resource Graph
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user