我通过pip安装了mlflow,并通过终端在浏览器中打开它。选项卡实验显示正常;但是,当我切换到Models选项卡时,应用程序会因为以下错误而崩溃:
INVALID_PARAMETER_VALUE: Model registry functionality is unavailable;
got unsupported URI './mlruns' for model registry data storage.
Supported URI schemes are: ['postgresql', 'mysql', 'sqlite', 'mssql'].
See https://www.mlflow.org/docs/latest/tracking.html#storage for how to run
an MLflow server against one of the supported backend storage locations.
我想在本地记录模型数据,而不连接到外部服务器或数据库。我提前感谢您的任何帮助!
发布于 2022-08-09 12:30:13
https://stackoverflow.com/questions/73277043
复制相似问题