You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wandb login
# 결과:
wandb: You can find your API key in your browser here: https://app.wandb.ai/authorize
wandb: Paste an API key from your profile and hit enter:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
1. Wandb 홈페이지 회원가입
https://wandb.ai/site
2. Wandb library 설치
3. linux에 wandb 로그인
이후 https://app.wandb.ai/authorize <- 여기 링크에 들어가서 API key를 복사하면 됩니다!
4. Pytorch code 수정
wandb를 import합니다.
main() 함수의 맨 앞부분에 다음 코드를 추가합니다.
args 변수 선언부 밑에 다음 코드를 추가합니다.
model 선언부 다음에 다음 코드를 추가합니다.
log를 추적할 수 있도록 eval_result 값을 추가합니다.
5. Reference
추가적인 다양한 기능들을 확인할 수 있습니다!
https://greeksharifa.github.io/references/2020/06/10/wandb-usage/
Beta Was this translation helpful? Give feedback.
All reactions