A CLI and library for interacting with the Weights and Biases API.
Project description
# Weights and Biases
[](https://circleci.com/gh/wandb/client)[](https://pypi.python.org/pypi/wandb)[](https://coveralls.io/github/wandb/client?branch=master)
A CLI and library for interacting with the Weights and Biases API.
[https://www.gitbook.com/book/wandb/client](https://www.gitbook.com/book/wandb/client)
## Features
This library provides a CLI and python library for the [Weights & Biases](https://wanbd.ai) machine learning model management platform. It simplifies uploading or downloading files via the command line or directly in your training code.
## Examples
CLI Usage:
`shell cd myproject wandb init wandb push bucket model.json weights.h5 wandb pull ./training_script.sh | wandb project/bucket model.json weights.h5 `
Client Usage:
`python import wandb client = wandb.Api() client.push("my_model", files=[open("some_file", "rb")]) `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wandb-0.4.3.tar.gz.
File metadata
- Download URL: wandb-0.4.3.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b13b03baf0962be070163a7c4ac72ae62c23f7dc68f16cd6d638e92e3ae5ce2e
|
|
| MD5 |
36d2f110f218183012866291297948b2
|
|
| BLAKE2b-256 |
388faae4d0208c2b8d8f89ab6c3202914b25ff633096ee72e72f6280bd8f47de
|
File details
Details for the file wandb-0.4.3-py2.py3-none-any.whl.
File metadata
- Download URL: wandb-0.4.3-py2.py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18b9cec99c96a84e82703b8a90dc7ba833ffb86d1103bf09d43ad5a002ad1df5
|
|
| MD5 |
29696056ed656f73152c4ddecfe7bfb2
|
|
| BLAKE2b-256 |
f3b55afb592ecfe11a0c37c4388f030f68895c22d879995057ca193c3f8ec162
|