Mlflow Error in Databricks notebooks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 04:43 AM
Getting this error in experiments tab of databricks notebook.
There was an error loading the runs. The experiment resource may no longer exist or you no longer have permission to access it.
here is the code I am using
mlflow.tensorflow.autolog()
with mlflow.start_run(run_name = "sample_run_2") as run:
mlflow.log_param("eval_result", 4)
mlflow.log_param("new", 4)I am using a GPU cluster with 9.1 runtime and mlflow version in 1.28.0