본문 바로가기

Machine Learning

[WandB 오류] Error while calling W&B API: entity ()not found during upsertBucket (<Response [404]>)

2023.01.27 - [Machine Learning] - [Wandb] kaggle에서 Wandb 사용하기

 

[Wandb] kaggle에서 Wandb 사용하기

1. WandB 회원가입하기 https://wandb.ai/site Weights & Biases – Developer tools for ML WandB is a central dashboard to keep track of your hyperparameters, system metrics, and predictions so you can compare models live, and share your findings. wandb

imyunhee.tistory.com

해당 글에서 kaggle에서 WandB 사용하는 방법을 작성하였다.

 

아래와 같은 오류가 났다!

wandb: ERROR Error while calling W&B API: entity 사용자 이름 not found during upsertBucket (<Response [404]>)

 

이럴 때는  entity = '사용자 이름'  코드를 지우면 해결된다!