Skip to main content

How to configure Weights & Biases for you ML project

What is Weights & Biases?

Weights & Biases (WnB from now on) is a platform for AI/ML development. A set of tools it provides can help you keep track of your model's training. This can be very useful if you want to check on how's your model training since you can access WnB remotly from your phone or home computer.

WnB set up

  1. Create an account on WnB website.
  2. Create a new project.
  3. Activate your Python enviroment.
  4. Install wandb library from PyPi:
    `pip install wandb`