mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-22 23:36:08 +00:00
Small edits
This commit is contained in:
commit
4a64d93566
@ -7,7 +7,7 @@ In this tutorial, you will go over the model lifecycle -- from training to servi
|
|||||||
* Serving the model using **ClearML Serving**
|
* Serving the model using **ClearML Serving**
|
||||||
* Spinning the inference container
|
* Spinning the inference container
|
||||||
|
|
||||||
The tutorial also covers the following`clearml-serving` features:
|
The tutorial also covers the following `clearml-serving` features:
|
||||||
* Automatic model deployment
|
* Automatic model deployment
|
||||||
* Canary endpoints
|
* Canary endpoints
|
||||||
* Model performance monitoring
|
* Model performance monitoring
|
||||||
|
@ -30,7 +30,7 @@ script changes the values in the databases, and can't be undone.
|
|||||||
|
|
||||||
1. Access the `apiserver` Docker container:
|
1. Access the `apiserver` Docker container:
|
||||||
|
|
||||||
* In `docker-compose:`
|
* In `docker-compose`:
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
sudo docker exec -it allegro-apiserver /bin/bash
|
sudo docker exec -it allegro-apiserver /bin/bash
|
||||||
|
@ -49,7 +49,7 @@ Your goal is to create an immutable copy of the data to be used by further steps
|
|||||||
The second step is to preprocess the data. First access the data, then modify it,
|
The second step is to preprocess the data. First access the data, then modify it,
|
||||||
and lastly create a new version of the data.
|
and lastly create a new version of the data.
|
||||||
|
|
||||||
1. Create a task for you data preprocessing (not required):
|
1. Create a task for your data preprocessing (not required):
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from clearml import Task, Dataset
|
from clearml import Task, Dataset
|
||||||
|
Loading…
Reference in New Issue
Block a user