Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Shawn Lewis e38f2ed3b4
Maybe fix offset incremented at the wrong time.
8 years ago
ea298f5e5d
Initial commit
8 years ago
de97466528
editor.formatOnSave True in vscode settings.json
8 years ago
e9e0662e8e
bucket => run, remove file commands, no more pipe :(
8 years ago
2120ea0cd0
Fix unit tests by removing some for now.
8 years ago
e9b8d46697
Maybe fix offset incremented at the wrong time.
8 years ago
4d3a4d75e6
Doc fixes, CI fix
8 years ago
ea298f5e5d
Initial commit
8 years ago
7713faa9cf
First pass on config
8 years ago
ea298f5e5d
Initial commit
8 years ago
5d16c1f06c
Stupidly removed this before
8 years ago
2fce256b26
Test fixes?
8 years ago
eec17b9441
Hmmm, I wonder what happens when I create a really long commit message
8 years ago
baf48a46f0
Third time's a charm: add trailing colon.
8 years ago
eab373de3d
Another attempt at CircleCI parallelization.
8 years ago
ace8515508
Things working locally....
8 years ago
509025c14c
New hot streaming log, better api config
8 years ago
8005c1461d
Bump version: 0.4.18 → 0.4.19
8 years ago
8005c1461d
Bump version: 0.4.18 → 0.4.19
8 years ago
0f51bce9b1
Try to get CircleCI to parse individual test results.
8 years ago
Storage Buckets

README.md

You have to be logged in to leave a comment. Sign In

Weights and Biases

ci pypi coveralls

A CLI and library for interacting with the Weights and Biases API. Sign up for an account at wandb.ai

Features

  • Keep a history of your weights and models from every training run
  • Store all configuration parameters used in a training run
  • Associate version control with your training runs
  • Search and visualize training runs in a project
  • Sync canonical models in your preferred format

Usage

CLI:

cd myproject
# Initialize a directory
wandb init
# Push files to W&B
wandb push bucket model.json weights.h5
# Sync training logs and push files when they change
./my_training.py | wandb bucket model.json weights.h5
# Manage configuration
wandb config set epochs=30

Client:

import wandb
conf = wandb.sync(["weights.h5", "model.json"], config={'existing': 'config'})

if conf.turbo:
    print("TURBO MODE!!!")

Detailed usage can be found in our documentation.

Tip!

Press p or to see the previous file or, n or to see the next file

About

🔥 A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.

Collaborators 1

Comments

Loading...