wandb / edu

Educational materials on deep learning by Weights & Biases

Home Page:http://wandb.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

01_EDA: params.WANDB_PROJECT Attribute Error

cbjones33 opened this issue · comments

When starting a new W&B run, project=params.WANDB_PROJECT returns AttributeError: module 'params' has no attribute WANDB_PROJECT

Are you using the params.py given in the repo? I was getting the same error when I was not using that.

  1. Run jupyter notebook
    !wget https://raw.githubusercontent.com/wandb/edu/main/mlops-001/lesson1/params.py
  2. Import the downloaded params.py