Skip to main content

A CLI and library for interacting with the Weights and Biases API.

Project description

# Weights and Biases

[![ci](https://circleci.com/gh/wandb/client.svg?style=svg)](https://circleci.com/gh/wandb/client) [![pypi](https://img.shields.io/pypi/v/wandb.svg)](https://pypi.python.org/pypi/wandb) [![coveralls](https://coveralls.io/repos/github/wandb/client/badge.svg?branch=master)](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

wandb-0.4.6.tar.gz (61.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page