mlflow ui: cannot find the runs
I'm running mlflow ui from the mlflow directory. But after training, I cannot see any runs there.
When I open a browser and tried reaching to "http://127.0.0.1:5000/" or "http://localhost:5000", I only see an empty dashboard without any runs.
Can you please add some instructions on how to set up a mlflow instance for this implementation? maybe I'm missing something in the code.
Thanks!
When starting the mlflow server you need to pass it the directory that the mlflow logs go to (via --file-store). This should match the MLFLOW_TRACKING_URI. See the MLFlow documentation for full details.
On Fri, Jun 19, 2020, 1:51 PM Reza (Amirreza) Shirani < [email protected]> wrote:
I'm running mlflow ui from the mlflow directory. But after training, I cannot see any runs there. When I open a browser and tried reaching to "http://127.0.0.1:5000/" or " http://localhost:5000", I only see an empty dashboard without any runs. Can you please add some instructions on how to set up a mlflow instance for this implementation? maybe I'm missing something in the code. Thanks!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AndriyMulyar/multitasking_transformers/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADJ4TBVSKI37EKDINQP2XATRXOQTVANCNFSM4OC5TA6Q .