Documentation Index
Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
Use this file to discover all available pages before exploring further.
Téléchargez un artefact depuis W&B à l’aide de son chemin.
Le format de PATH est entity/project/artifact_name:version. Si
la version est omise, utilisez l’alias “latest”.
Par exemple, pour télécharger la dernière version d’un artefact nommé “processed-training-set”
du projet “foobar” dans l’entité “team-awesome” :
wandb artifact get team-awesome/foobar/processed-training-set:latest
Pour télécharger une version précise (v2) de l’artefact “processed-training-set”
dans un répertoire local (./data) :
wandb artifact get --root ./data team-awesome/foobar/processed-training-set:v2
| Nom | Par défaut | Type |
|---|
path | STR | True |
| Option | Type | Description |
|---|
--root | STR | Répertoire dans lequel télécharger l’artefact. Utilise le cache d’artefacts par défaut si cette option n’est pas définie. Par défaut : Aucune |
--type | STR | Type d’artefact attendu. Échoue si l’artefact ne correspond pas. Par défaut : Aucune |