Mlflow Error in Databricks notebooks

AmanJain1008
New Contributor

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.

AmanJain1008_0-1692877356155.png

 

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