Open cbjones33 opened 1 year ago
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.
params.py
!wget https://raw.githubusercontent.com/wandb/edu/main/mlops-001/lesson1/params.py
When starting a new W&B run, project=params.WANDB_PROJECT returns AttributeError: module 'params' has no attribute WANDB_PROJECT