【发布时间】:2020-09-04 08:45:34
【问题描述】:
我在使用 MLflow 服务器时遇到了问题。当我第一次运行命令在 ec2 实例上启动 mlflow 服务器时,一切正常。现在,虽然日志和工件被存储到 postgres 和 s3 中,但 UI 并未列出工件。相反,UI 的工件部分显示:
Loading Artifacts Failed
Unable to list artifacts stored under <s3-location> for the current run. Please contact your tracking server administrator to notify them of this error, which can happen when the tracking server lacks permission to list artifacts under the current run's root artifact directory.
但是当我签入 s3 时,我在错误显示的 s3 位置看到了工件。什么可能开始导致这种情况,因为它在不久前还可以工作,并且托管 mlflow 的 ec2 上没有任何改变?
【问题讨论】:
标签: amazon-s3 amazon-ec2 artifact mlflow