반응형
명렁어 mlflow ui를 실행
하지만 localhost:5000에 접속하니..
Unable to display MLflow UI - landing page (index.html) not found.
You are very likely running the MLflow server using a source installation of the Python MLflow
package.
If you are a developer making MLflow source code changes and intentionally running a source
installation of MLflow, you can view the UI by running the Javascript dev server:
https://github.com/mlflow/mlflow/blob/master/CONTRIBUTING.rst#running-the-javascript-dev-server
Otherwise, uninstall MLflow via 'pip uninstall mlflow', reinstall an official MLflow release
from PyPI via 'pip install mlflow', and rerun the MLflow server.
에러가 나왔다.
처음에 잘못 설치된줄 알았는데
경로를 mlruns가 있는 디렉토리에서 해야한다.
ls했을 때 mlruns 폴더가 나오는 위치!!
-> 결론은 경로를 잘하면 잘 뜸
반응형
'Boostcamp AI tech 3기 > 개념 이해' 카테고리의 다른 글
그래프 임베딩이 필요한 이유(짧) (2) | 2022.12.31 |
---|---|
no module named 'tensorflow' 주피터노트북 (0) | 2022.04.27 |
Error loading preloads: Could not find renderer 터미널 껐다 다시 키기 (0) | 2022.04.27 |
pytorch warning 해결 (0) | 2022.03.23 |
torch Tensor 크기 구하기 torch.numel() (0) | 2022.01.26 |
torch.range is deprecated warning -> torch.arange (0) | 2022.01.25 |
텐서 함수 조금 정리. 생성, 타입, select, cat, stack (0) | 2022.01.25 |
pytorch의 reshape and view 차이 (+ contiguity 문제) (0) | 2022.01.24 |