wandb / edu

Educational materials on deep learning by Weights & Biases
http://wandb.ai
GNU General Public License v2.0
562 stars 257 forks source link

01_EDA: params.WANDB_PROJECT Attribute Error #103

Open cbjones33 opened 1 year ago

cbjones33 commented 1 year ago

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

jayabrata97 commented 1 year ago

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

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