일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- LLM
- numpy
- enV
- Converting
- pandas
- PostgreSQL
- Database
- docker
- list
- KAKAO
- pytorch
- judge
- Mac
- Flask
- GitLab
- Python
- Linux
- format
- Windows
- Container
- TORCH
- CUDA
- Paper
- git
- AI
- evaluation
- DB
- Laravel
- Package
- file
Archives
- Today
- Total
목록MLFlow (1)
Daily Develope
[Python] ML Flow 정리중
Hosting1. 서빙mlflow server --host 127.0.0.1 --port 9090 2. 추적 서버 설정import mlflow# Set our tracking server uri for loggingmlflow.set_tracking_uri(uri="http://127.0.0.1:9090")# Create a new MLflow Experimentmlflow.set_experiment("MLflow Quickstart")# with mlflow.start_run(): # 내부 기입되는 mlflow에 대한 로깅 # Log the hyperparameters mlflow.log_params(params) # Log the loss metric mlflow.log_..
Develope/Python
2025. 3. 5. 14:16