Tutorial: Weights & Biases Code Set-up
Find the code you need to get started with Weights & Biases for experiment tracking, visualizations, and much more in this very short article.
Created on May 31|Last edited on May 31
Comment
Start by downloading the class files.
git clone https://github.com/lukas/ml-class
Install the python dependencies.
cd ml-classpip install -r requirements.txt
Open up the class directory.
cd videoscd intro
Make an account to keep track of your model training.
wandb login
Follow the directions in Weights & Biases to set up your account.
Add a comment