在mlflow ui远程服务器上运行后,我无法mlflow ui再次重新打开。
一种解决方法是使用pkill -u MyUserName.
否则我会收到以下错误:
[INFO] Starting gunicorn 20.0.4
[ERROR] Connection in use: ('127.0.0.1', 5000)
[ERROR] Retrying in 1 second.
...
Running the mlflow server failed. Please see ther logs above for details.
Run Code Online (Sandbox Code Playgroud)
我理解错误,但我不明白:
1. 关闭的正确方法是什么mlflow ui
2. 如何识别mlflow ui进程以便仅终止该进程而不使用pkill
目前我关闭浏览器或使用 ctrl+C