3

我正在尝试将MLflow工件存储在正在运行的远程服务器上MLflow。我正在访问的服务器和正在运行的服务器MLflow都是谷歌云上的虚拟机。我可以看到MLflow服务器中的矩阵,但看不到工件。

我尝试了以下方法,但它们都没有起作用:

  • mlflow server --backend-store-uri /mnt/persistent-disk --default-artifact-root /tmp/ --host=0.0.0.0
  • mlflow 服务器 --backend-store-uri /mnt/persistent-disk --default-artifact-root /path/to/folder/with/mlrun --host=0.0.0.0

我还rwx授予了路径权限,但仍然遇到相同的错误:

PermissionError: [Errno 13] Permission denied: '/home/user/folder'
4

1 回答 1

0

您能否就您为此找到的解决方案提供建议?

请求,因为如果我使用 mlflow.pyfunc.log_model 而不是 mlflow.sklearn.log_model(lr, "model")

我创建了https://github.com/mlflow/mlflow/issues/1815

于 2019-09-13T06:54:34.907 回答