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 = '사용자 이름' 코드를 지우면 해결된다!
'Machine Learning' 카테고리의 다른 글
왜 Batch size를 2의 거듭제곱으로 설정하는가? (0) | 2023.01.27 |
---|---|
[WandB] kaggle에서 WandB 사용하기 (0) | 2023.01.27 |
[Classification] Multi-class VS. Multi-label (0) | 2023.01.21 |