mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
small edits
This commit is contained in:
parent
a65d7f5724
commit
6b9835c6a3
@ -87,7 +87,7 @@ errors in identifying the correct default branch.
|
|||||||
## Usage
|
## Usage
|
||||||
These commands demonstrate a few useful use cases for `clearml-task`.
|
These commands demonstrate a few useful use cases for `clearml-task`.
|
||||||
|
|
||||||
### Executing Code from a Remote Repository
|
### Executing Code from a Remote Repository
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
clearml-task --project examples --name remote_test --repo https://github.com/clearml/events.git --branch master --script /webinar-0620/keras_mnist.py --args batch_size=64 epochs=1 --queue default
|
clearml-task --project examples --name remote_test --repo https://github.com/clearml/events.git --branch master --script /webinar-0620/keras_mnist.py --args batch_size=64 epochs=1 --queue default
|
||||||
|
@ -75,7 +75,7 @@ See the [AI Application Gateway installation guide](appgw_install_k8s.md).
|
|||||||
|
|
||||||
Deploy the NVIDIA GPU Operator in order to use Nvidia GPUs in ClearML.
|
Deploy the NVIDIA GPU Operator in order to use Nvidia GPUs in ClearML.
|
||||||
|
|
||||||
See the [GPU Operator Basic Deployment guide](extra_configs/gpu_operator.md)
|
See the [GPU Operator Basic Deployment guide](extra_configs/gpu_operator.md).
|
||||||
|
|
||||||
### Fractional GPU Support
|
### Fractional GPU Support
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ Hyper-Datasets are available under the ClearML Enterprise plan.
|
|||||||
|
|
||||||
View and edit SingleFrames in the Dataset page. After selecting a Hyper-Dataset version, the **Version Browser** shows a sample
|
View and edit SingleFrames in the Dataset page. After selecting a Hyper-Dataset version, the **Version Browser** shows a sample
|
||||||
of frames and enables viewing SingleFrames and FramesGroups, and editing SingleFrames, in the [frame viewer](#frame-viewer).
|
of frames and enables viewing SingleFrames and FramesGroups, and editing SingleFrames, in the [frame viewer](#frame-viewer).
|
||||||
Before opening the frame viewer, you can filter the frames by applying [simple](webapp_datasets_versioning.md#simple-frame-filtering) or [advanced](webapp_datasets_versioning.md#advanced-frame-filtering)
|
Before opening the frame viewer, you can apply [frame filters](webapp_datasets_versioning.md#frame-filtering).
|
||||||
filtering logic.
|
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
@ -88,7 +87,7 @@ Use frame viewer controls to navigate between frames in a Hyper-Dataset Version,
|
|||||||
|
|
||||||
**To view / edit a frame in the frame editor**
|
**To view / edit a frame in the frame editor**
|
||||||
|
|
||||||
1. Locate your frame by applying a [simple frame filter](webapp_datasets_versioning.md#simple-frame-filtering) or [advanced frame filter](webapp_datasets_versioning.md#advanced-frame-filtering), and clicking **LOAD MORE**, if required.
|
1. Locate your frame by applying [filters](webapp_datasets_versioning.md#frame-filtering).
|
||||||
1. Click the frame thumbnail. The frame editor appears.
|
1. Click the frame thumbnail. The frame editor appears.
|
||||||
1. Do any of the following:
|
1. Do any of the following:
|
||||||
* View frame details, including:
|
* View frame details, including:
|
||||||
|
@ -386,9 +386,8 @@ If a FrameGroup doesn't have the selected preview source, the preview displays t
|
|||||||
## Statistics
|
## Statistics
|
||||||
|
|
||||||
The **Statistics** tab allows exploring frame and ROI property distribution across a Hyper-Dataset version:
|
The **Statistics** tab allows exploring frame and ROI property distribution across a Hyper-Dataset version:
|
||||||
1. Query the frames to include in the statistics calculations under **Filter by label**. Use [simple](#simple-frame-filtering)
|
1. Query the frames to include in the statistics calculations under **Filter by label**. Use [frame filters](#frame-filtering).
|
||||||
or [advanced](#advanced-frame-filtering) frame filters. If no filter is applied, all frames in the dataset version will
|
If no filter is applied, all frames in the dataset version will be included in the calculation.
|
||||||
be included in the calculation.
|
|
||||||
1. Select the property whose distribution should be calculated
|
1. Select the property whose distribution should be calculated
|
||||||
* Select the property **Type**:
|
* Select the property **Type**:
|
||||||
* **ROI** - Frame ROI properties (e.g. ROI label, ID, confidence, etc.). This will calculate the distribution of
|
* **ROI** - Frame ROI properties (e.g. ROI label, ID, confidence, etc.). This will calculate the distribution of
|
||||||
|
@ -18,7 +18,7 @@ title: Version 3.23
|
|||||||
* Fix UI scalar plots data does not refresh
|
* Fix UI scalar plots data does not refresh
|
||||||
* Fix UI dataset Preview tab does not display dataset contents
|
* Fix UI dataset Preview tab does not display dataset contents
|
||||||
* Fix dataset list sometimes disappears in UI Annotation creation modal
|
* Fix dataset list sometimes disappears in UI Annotation creation modal
|
||||||
* Fix ‘Failed to fetch history' error displayed unnecessarily in UI Orchestration Dashboard
|
* Fix 'Failed to fetch history' error displayed unnecessarily in UI Orchestration Dashboard
|
||||||
* Add error message when launching multiple UI autoscaler instances with the same worker prefixes
|
* Add error message when launching multiple UI autoscaler instances with the same worker prefixes
|
||||||
|
|
||||||
### Enterprise Server 3.23.1
|
### Enterprise Server 3.23.1
|
||||||
|
@ -147,7 +147,7 @@ and [AWS API Reference: RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Configuration Vault
|
### Configuration Vault
|
||||||
|
|
||||||
:::important Enterprise Feature
|
:::important Enterprise Feature
|
||||||
The Configuration Vault is available under the ClearML Enterprise plan.
|
The Configuration Vault is available under the ClearML Enterprise plan.
|
||||||
|
@ -48,7 +48,7 @@ table is not visible when the full screen details view is open. Perform task act
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
## Execution
|
## Execution
|
||||||
A task's **EXECUTION** tab of lists the following:
|
A task's **EXECUTION** tab of lists the following:
|
||||||
* Source code
|
* Source code
|
||||||
* Uncommitted changes
|
* Uncommitted changes
|
||||||
|
Loading…
Reference in New Issue
Block a user