[MLflow 오류] The configured tracking uri scheme: 'file' is invalid for use with the proxy mlflow-artifact scheme.

yoonene·2023년 3월 3일
0

오류

MLflow에 로그를 남길 때 다음과 같은 오류가 발생했다.

mlflow.exceptions.MlflowException: The configured tracking uri scheme: 'file' is invalid for use with the proxy mlflow-artifact scheme. The allowed tracking schemes are: {'http', 'https'}

해결 방법

mlflow.set_tracking_uri("http://127.0.0.1:5000")
artifacts를 기록하기 위해선 통신할 MLflow tracking URI를 알려주면 된다.

profile
NLP Researcher / Information Retrieval / Search

2개의 댓글

comment-user-thumbnail
2023년 6월 20일

으악 덕분에 에러 잡았습니다. 감사합니다!!

답글 달기
comment-user-thumbnail
2024년 1월 19일

덕분에 해결되었습니다! 감사합니다.

답글 달기