://) to log as a reference artifact.
If --name is not specified, the artifact name defaults to the basename of the path. If the project cannot be parsed from the name, you are prompted to enter one.
For example, to upload all files in a local directory ./data/training as a dataset artifact in W&B:
Usage
Arguments
| Argument | Description | Required |
|---|---|---|
PATH | No description available | Yes |
Options
| Option | Description |
|---|---|
--name, -n | Artifact name in project/artifact_name format. Defaults to the basename of the path. |
--description, -d | A description of this artifact. |
--type, -t | The type of the artifact. Defaults to ‘dataset’. (default: dataset) |
--alias, -a | An alias to apply to this artifact. Can be specified multiple times. Defaults to ‘latest’. (default: [‘latest’]) |
--id | Upload to an existing run with this ID. |
--resume | Resume the last run from your current directory. |
--skip_cache | Skip caching while uploading artifact files. (default: False) |
--policy | Set the storage policy for artifact files. Either ‘mutable’ (default) or ‘immutable’. (default: mutable) |