You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/platform/ai/notebook_tuto_06_marine_mammal_sounds_classification/guide.en-gb.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,10 +57,11 @@ ovhai data upload <region> <container> <paths>
57
57
58
58
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/gb/en/publiccloud/ai/cli/access-object-storage-data/).
59
59
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:
61
61
62
62
- mount point name: `/workspace/data`, permissions: `read & write`
63
63
- 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`
64
65
65
66
`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)`
66
67
@@ -69,10 +70,20 @@ If you want to launch it with the CLI, choose the [volume](https://docs.ovh.com/
You can then reach your notebook’s URL once the notebook is running.
77
88
78
89
Find the notebook by following this path: `ai-training-examples` > `notebooks` > `audio` > `audio-classification` > `notebook-marine-sound-classification.ipynb`.
0 commit comments