wandb artifact
Usage
wandb artifact [OPTIONS] COMMAND [ARGS]...
Summary
Artifacts を操作するためのコマンド
Options
Commands
Command |
Description |
cache |
artifact キャッシュを操作するためのコマンド |
get |
wandb から artifact をダウンロード |
ls |
wandb の プロジェクト 内の全ての artifact をリスト表示 |
put |
wandb に artifact をアップロード |
1 - wandb artifact cache
使用方法
wandb artifact cache [OPTIONS] COMMAND [ARGS]...
概要
Artifacts キャッシュを操作するためのコマンド
オプション
コマンド
コマンド |
説明 |
cleanup |
Artifacts キャッシュから使用頻度の低いファイルをクリーンアップします |
1.1 - wandb artifact cache cleanup
使用方法
wandb artifact cache cleanup [OPTIONS] TARGET_SIZE
概要
Artifacts のキャッシュから、あまり使用されていないファイルをクリーンアップします。
オプション
オプション |
説明 |
--remove-temp / --no-remove-temp |
一時ファイルを削除します |
2 - wandb artifact get
使用方法
wandb artifact get [OPTIONS] PATH
概要
wandb からアーティファクトをダウンロードします。
オプション
オプション |
説明 |
--root |
アーティファクトをダウンロードするディレクトリー |
--type |
ダウンロードするアーティファクトのタイプ |
3 - wandb artifact ls
Usage
wandb artifact ls [OPTIONS] PATH
概要
wandb プロジェクト内のすべての Artifacts をリスト表示します。
オプション
オプション |
説明 |
-t, --type |
リスト表示する Artifacts のタイプ |
4 - wandb artifact put
使用法
wandb artifact put [OPTIONS] PATH
概要
アーティファクト を wandb にアップロードします。
オプション
オプション |
説明 |
-n, --name |
プッシュする アーティファクト の名前: project/artifact_name |
-d, --description |
この アーティファクト の説明 |
-t, --type |
アーティファクト の種類 |
-a, --alias |
この アーティファクト に適用する エイリアス |
--id |
アップロード先の run 。 |
--resume |
現在の ディレクトリー から最後の run を再開します。 |
--skip_cache |
アーティファクト ファイルのアップロード中にキャッシュをスキップします。 |
--policy [mutable|immutable] |
アーティファクト ファイルのアップロード中にストレージポリシーを設定します。 |