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. Checkout the [documentation](http://wb-client.readthedocs.io/en/latest)!
## 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
File details
Details for the file wandb-0.4.5.tar.gz.
File metadata
- Download URL: wandb-0.4.5.tar.gz
- Upload date:
- Size: 61.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a76a651343bd1e50f4a5b4d27f6ba91ae7ea2ca2e519e85f8012e8697b1990aa
|
|
| MD5 |
8f69ed53d8e832ccf91bd572c6ab2692
|
|
| BLAKE2b-256 |
356ca2f1bdec7e4d87234ac5c7dd2b20f648c11d2b7d69e4a5926626cfd9cf01
|