Skip to content

wandb/tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Weights & Biases Tutorial

Get started tracking your deep learning training with this handy sample code. This simple training script uses a convolutional neural network to classify clothing items from photos. If you'd like to learn more about our company, check our our blog, and we're always available to provide live demos.

  1. Make sure you have W&B installed.
pip install wandb
wandb signup
  1. Initialize our sample script.
git clone http://github.com/cvphelps/tutorial
cd tutorial
pip install -r requirements.txt
wandb init
  1. Run the CNN script from the command line.
python tutorial.py

Awesome! Now head over to Weights & Biases to visualize your model training and create a new project of your own.

About

Weights & Biases Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%