A CLI and library for interacting with the Weights and Biases API.
Project description
Weights and Biases
A CLI and library for interacting with the Weights and Biases API.
Free software: MIT license
Documentation: https://wb-client.readthedocs.io
Features
This library provides a CLI and python library for the Weights & Biases<https://wanbd.ai>_ machine learning model management platform. It makes it dead simple to upload or download revisions via the command line or your code.
Examples
CLI Usage:
cd myproject
wandb init
wandb push
wandb pull
Client Usage:
import wandb
client = wandb.Api()
client.push("my_model", files=[open("some_file", "rb")])
History
0.1.0 (2017-02-19)
First release on PyPI.
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
wandb-0.3.3.tar.gz
(49.9 kB
view details)
File details
Details for the file wandb-0.3.3.tar.gz.
File metadata
- Download URL: wandb-0.3.3.tar.gz
- Upload date:
- Size: 49.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3e8efd9eef8244e2641c7d96d2b36511f3430abafa1de6980cd81ad14c5e1da
|
|
| MD5 |
5fe4501caa715cc576b0dd28ff32ff0d
|
|
| BLAKE2b-256 |
49dd6b11dc0f831f58b6b6c731a2e736453ba4e79c8d572b150fe47cee8f76a4
|