You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble running hyperas on Databricks (I am using the same code as the code example provided).
The issue is that as I am using a notebook in Databricks, I have to specify "notebook_name" option when runnin optim.minimize().
The thing is that hyperas is looking in the folder /Databricks/driver/ which obviously doesn't contain the notebooks. I tried to use absolute path but nothing is working, it is still looking for my notebook in the folder /Databricks/driver.
My notebook path is : User/test.py
Please find below an image of the issue
Is there a solution or even a workaround ?
The text was updated successfully, but these errors were encountered:
I am having trouble running hyperas on Databricks (I am using the same code as the code example provided).
The issue is that as I am using a notebook in Databricks, I have to specify "notebook_name" option when runnin optim.minimize().
The thing is that hyperas is looking in the folder /Databricks/driver/ which obviously doesn't contain the notebooks. I tried to use absolute path but nothing is working, it is still looking for my notebook in the folder /Databricks/driver.
My notebook path is : User/test.py
Please find below an image of the issue
Is there a solution or even a workaround ?
The text was updated successfully, but these errors were encountered: