스터디/AI

[실무] 프로젝트 모델 실험관리

_leezoee_ 2023. 2. 23. 00:34

 

* 실험관리

=> 하이퍼파라미터에 대한 정보관리가 필요. 

=> 학습 시킨 데이터에 대한 정보관리가 필요.

=> metric 정보관리가 필요.

 

개인적으로 사용하기에는 Weights & Biases 로 실험관리 하면 편리.

(각 모델의 성능 시각화, 빠른 통합, 웹 상 접근 용이, 학습 시각화, 모델 재연 가능, GPU  사용률 트래킹  등등의 기능 제공)

 

상세한 사용법은 링크로 추가! 나중에 실무하다 모를때마다 참고하면 좋을 듯 하다.

 

1) 깃허브

https://github.com/wandb/tutorial

 

GitHub - wandb/tutorial: Weights & Biases Tutorial

Weights & Biases Tutorial. Contribute to wandb/tutorial development by creating an account on GitHub.

github.com

 

2) 코랩

https://colab.research.google.com/github/wandb/examples/blob/master/colabs/intro/Intro_to_Weights_%26_Biases.ipynb

 

Intro_to_Weights_&_Biases.ipynb

Run, share, and edit Python notebooks

colab.research.google.com

 

3) 공식문서

https://docs.wandb.ai/

 

Weights & Biases - Documentation

Weights & Biases is the machine learning platform for developers to build better models faster. Use W&B's lightweight, interoperable tools to quickly track experiments, version and iterate on datasets, evaluate model performance, reproduce models, visualiz

docs.wandb.ai