Skip to content

Commit ac84976

Browse files
committed
doc: 🌍 generate other languages
1 parent 8ae2406 commit ac84976

File tree

6 files changed

+78
-12
lines changed

6 files changed

+78
-12
lines changed

pages/platform/ai/notebook_tuto_06_marine_mammal_sounds_classification/guide.en-asia.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ ovhai data upload <region> <container> <paths>
5757
5858
You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment. For more information on data, volumes and permissions, see [our guide on data](https://docs.ovh.com/asia/en/publiccloud/ai/cli/access-object-storage-data/).
5959

60-
To be able to use the source code below in this article you have to create 2 Object Storage containers mounted as follows:
60+
To be able to use the source code below in this article you have to create 2 Object Storage containers and a git repository mounted as follows:
6161

6262
- mount point name: `/workspace/data`, permissions: `read & write`
6363
- mount point name: `/workspace/saved_model`, permissions: `read & write`
64+
- mount point name: `/workspace/ai-training-examples`, permissions: `read & write`, Git URL: `https://github.com/ovh/ai-training-examples.git`
6465

6566
`Choose the same region as your object container` > `"One image to rule them all" framework` > `Attach Object Storage containers (the one that contains your dataset)`
6667

@@ -69,10 +70,20 @@ If you want to launch it with the CLI, choose the [volume](https://docs.ovh.com/
6970
```bash
7071
ovhai notebook run one-for-all jupyterlab \
7172
--name <notebook-name> \
72-
--gpu <nb-gpus>
73+
--gpu <nb-gpus> \
7374
--volume <container@region/prefix:mount_path:permission>
7475
```
7576

77+
For example:
78+
```bash
79+
ovhai notebook run one-for-all jupyterlab \
80+
--name marine-mammal-sounds-classification \
81+
--gpu 1 \
82+
--volume marine-mammal-sounds@GRA/:/workspace/data:RW:cache \
83+
--volume marine-mammal-model@GRA/:/workspace/saved_model:RW:cache \
84+
--volume https://github.com/ovh/ai-training-examples.git:/workspace/ai-training-examples:RW
85+
```
86+
7687
You can then reach your notebook’s URL once the notebook is running.
7788

7889
Find the notebook by following this path: `ai-training-examples` > `notebooks` > `audio` > `audio-classification` > `notebook-marine-sound-classification.ipynb`.

pages/platform/ai/notebook_tuto_06_marine_mammal_sounds_classification/guide.en-au.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ ovhai data upload <region> <container> <paths>
5757
5858
You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment. For more information on data, volumes and permissions, see [our guide on data](https://docs.ovh.com/au/en/publiccloud/ai/cli/access-object-storage-data/).
5959

60-
To be able to use the source code below in this article you have to create 2 Object Storage containers mounted as follows:
60+
To be able to use the source code below in this article you have to create 2 Object Storage containers and a git repository mounted as follows:
6161

6262
- mount point name: `/workspace/data`, permissions: `read & write`
6363
- mount point name: `/workspace/saved_model`, permissions: `read & write`
64+
- mount point name: `/workspace/ai-training-examples`, permissions: `read & write`, Git URL: `https://github.com/ovh/ai-training-examples.git`
6465

6566
`Choose the same region as your object container` > `"One image to rule them all" framework` > `Attach Object Storage containers (the one that contains your dataset)`
6667

@@ -69,10 +70,20 @@ If you want to launch it with the CLI, choose the [volume](https://docs.ovh.com/
6970
```bash
7071
ovhai notebook run one-for-all jupyterlab \
7172
--name <notebook-name> \
72-
--gpu <nb-gpus>
73+
--gpu <nb-gpus> \
7374
--volume <container@region/prefix:mount_path:permission>
7475
```
7576

77+
For example:
78+
```bash
79+
ovhai notebook run one-for-all jupyterlab \
80+
--name marine-mammal-sounds-classification \
81+
--gpu 1 \
82+
--volume marine-mammal-sounds@GRA/:/workspace/data:RW:cache \
83+
--volume marine-mammal-model@GRA/:/workspace/saved_model:RW:cache \
84+
--volume https://github.com/ovh/ai-training-examples.git:/workspace/ai-training-examples:RW
85+
```
86+
7687
You can then reach your notebook’s URL once the notebook is running.
7788

7889
Find the notebook by following this path: `ai-training-examples` > `notebooks` > `audio` > `audio-classification` > `notebook-marine-sound-classification.ipynb`.

pages/platform/ai/notebook_tuto_06_marine_mammal_sounds_classification/guide.en-ca.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ ovhai data upload <region> <container> <paths>
5757
5858
You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment. For more information on data, volumes and permissions, see [our guide on data](https://docs.ovh.com/ca/en/publiccloud/ai/cli/access-object-storage-data/).
5959

60-
To be able to use the source code below in this article you have to create 2 Object Storage containers mounted as follows:
60+
To be able to use the source code below in this article you have to create 2 Object Storage containers and a git repository mounted as follows:
6161

6262
- mount point name: `/workspace/data`, permissions: `read & write`
6363
- mount point name: `/workspace/saved_model`, permissions: `read & write`
64+
- mount point name: `/workspace/ai-training-examples`, permissions: `read & write`, Git URL: `https://github.com/ovh/ai-training-examples.git`
6465

6566
`Choose the same region as your object container` > `"One image to rule them all" framework` > `Attach Object Storage containers (the one that contains your dataset)`
6667

@@ -69,10 +70,20 @@ If you want to launch it with the CLI, choose the [volume](https://docs.ovh.com/
6970
```bash
7071
ovhai notebook run one-for-all jupyterlab \
7172
--name <notebook-name> \
72-
--gpu <nb-gpus>
73+
--gpu <nb-gpus> \
7374
--volume <container@region/prefix:mount_path:permission>
7475
```
7576

77+
For example:
78+
```bash
79+
ovhai notebook run one-for-all jupyterlab \
80+
--name marine-mammal-sounds-classification \
81+
--gpu 1 \
82+
--volume marine-mammal-sounds@GRA/:/workspace/data:RW:cache \
83+
--volume marine-mammal-model@GRA/:/workspace/saved_model:RW:cache \
84+
--volume https://github.com/ovh/ai-training-examples.git:/workspace/ai-training-examples:RW
85+
```
86+
7687
You can then reach your notebook’s URL once the notebook is running.
7788

7889
Find the notebook by following this path: `ai-training-examples` > `notebooks` > `audio` > `audio-classification` > `notebook-marine-sound-classification.ipynb`.

pages/platform/ai/notebook_tuto_06_marine_mammal_sounds_classification/guide.en-ie.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ ovhai data upload <region> <container> <paths>
5757
5858
You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment. For more information on data, volumes and permissions, see [our guide on data](https://docs.ovh.com/ie/en/publiccloud/ai/cli/access-object-storage-data/).
5959

60-
To be able to use the source code below in this article you have to create 2 Object Storage containers mounted as follows:
60+
To be able to use the source code below in this article you have to create 2 Object Storage containers and a git repository mounted as follows:
6161

6262
- mount point name: `/workspace/data`, permissions: `read & write`
6363
- mount point name: `/workspace/saved_model`, permissions: `read & write`
64+
- mount point name: `/workspace/ai-training-examples`, permissions: `read & write`, Git URL: `https://github.com/ovh/ai-training-examples.git`
6465

6566
`Choose the same region as your object container` > `"One image to rule them all" framework` > `Attach Object Storage containers (the one that contains your dataset)`
6667

@@ -69,10 +70,20 @@ If you want to launch it with the CLI, choose the [volume](https://docs.ovh.com/
6970
```bash
7071
ovhai notebook run one-for-all jupyterlab \
7172
--name <notebook-name> \
72-
--gpu <nb-gpus>
73+
--gpu <nb-gpus> \
7374
--volume <container@region/prefix:mount_path:permission>
7475
```
7576

77+
For example:
78+
```bash
79+
ovhai notebook run one-for-all jupyterlab \
80+
--name marine-mammal-sounds-classification \
81+
--gpu 1 \
82+
--volume marine-mammal-sounds@GRA/:/workspace/data:RW:cache \
83+
--volume marine-mammal-model@GRA/:/workspace/saved_model:RW:cache \
84+
--volume https://github.com/ovh/ai-training-examples.git:/workspace/ai-training-examples:RW
85+
```
86+
7687
You can then reach your notebook’s URL once the notebook is running.
7788

7889
Find the notebook by following this path: `ai-training-examples` > `notebooks` > `audio` > `audio-classification` > `notebook-marine-sound-classification.ipynb`.

pages/platform/ai/notebook_tuto_06_marine_mammal_sounds_classification/guide.en-sg.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ ovhai data upload <region> <container> <paths>
5757
5858
You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment. For more information on data, volumes and permissions, see [our guide on data](https://docs.ovh.com/sg/en/publiccloud/ai/cli/access-object-storage-data/).
5959

60-
To be able to use the source code below in this article you have to create 2 Object Storage containers mounted as follows:
60+
To be able to use the source code below in this article you have to create 2 Object Storage containers and a git repository mounted as follows:
6161

6262
- mount point name: `/workspace/data`, permissions: `read & write`
6363
- mount point name: `/workspace/saved_model`, permissions: `read & write`
64+
- mount point name: `/workspace/ai-training-examples`, permissions: `read & write`, Git URL: `https://github.com/ovh/ai-training-examples.git`
6465

6566
`Choose the same region as your object container` > `"One image to rule them all" framework` > `Attach Object Storage containers (the one that contains your dataset)`
6667

@@ -69,10 +70,20 @@ If you want to launch it with the CLI, choose the [volume](https://docs.ovh.com/
6970
```bash
7071
ovhai notebook run one-for-all jupyterlab \
7172
--name <notebook-name> \
72-
--gpu <nb-gpus>
73+
--gpu <nb-gpus> \
7374
--volume <container@region/prefix:mount_path:permission>
7475
```
7576

77+
For example:
78+
```bash
79+
ovhai notebook run one-for-all jupyterlab \
80+
--name marine-mammal-sounds-classification \
81+
--gpu 1 \
82+
--volume marine-mammal-sounds@GRA/:/workspace/data:RW:cache \
83+
--volume marine-mammal-model@GRA/:/workspace/saved_model:RW:cache \
84+
--volume https://github.com/ovh/ai-training-examples.git:/workspace/ai-training-examples:RW
85+
```
86+
7687
You can then reach your notebook’s URL once the notebook is running.
7788

7889
Find the notebook by following this path: `ai-training-examples` > `notebooks` > `audio` > `audio-classification` > `notebook-marine-sound-classification.ipynb`.

pages/platform/ai/notebook_tuto_06_marine_mammal_sounds_classification/guide.en-us.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ ovhai data upload <region> <container> <paths>
5757
5858
You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment. For more information on data, volumes and permissions, see [our guide on data](https://docs.ovh.com/us/en/publiccloud/ai/cli/access-object-storage-data/).
5959

60-
To be able to use the source code below in this article you have to create 2 Object Storage containers mounted as follows:
60+
To be able to use the source code below in this article you have to create 2 Object Storage containers and a git repository mounted as follows:
6161

6262
- mount point name: `/workspace/data`, permissions: `read & write`
6363
- mount point name: `/workspace/saved_model`, permissions: `read & write`
64+
- mount point name: `/workspace/ai-training-examples`, permissions: `read & write`, Git URL: `https://github.com/ovh/ai-training-examples.git`
6465

6566
`Choose the same region as your object container` > `"One image to rule them all" framework` > `Attach Object Storage containers (the one that contains your dataset)`
6667

@@ -69,10 +70,20 @@ If you want to launch it with the CLI, choose the [volume](https://docs.ovh.com/
6970
```bash
7071
ovhai notebook run one-for-all jupyterlab \
7172
--name <notebook-name> \
72-
--gpu <nb-gpus>
73+
--gpu <nb-gpus> \
7374
--volume <container@region/prefix:mount_path:permission>
7475
```
7576

77+
For example:
78+
```bash
79+
ovhai notebook run one-for-all jupyterlab \
80+
--name marine-mammal-sounds-classification \
81+
--gpu 1 \
82+
--volume marine-mammal-sounds@GRA/:/workspace/data:RW:cache \
83+
--volume marine-mammal-model@GRA/:/workspace/saved_model:RW:cache \
84+
--volume https://github.com/ovh/ai-training-examples.git:/workspace/ai-training-examples:RW
85+
```
86+
7687
You can then reach your notebook’s URL once the notebook is running.
7788

7889
Find the notebook by following this path: `ai-training-examples` > `notebooks` > `audio` > `audio-classification` > `notebook-marine-sound-classification.ipynb`.

0 commit comments

Comments
 (0)