maxpumperla / hyperas

Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization
http://maxpumperla.com/hyperas/
MIT License
2.18k stars 318 forks source link

Cannot run hyperas on databricks, [Errno 2] No such file or directory: "/databrikcs/driver/notebook_name" #281

Open khalidaskia opened 3 years ago

khalidaskia commented 3 years ago

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

hyperas_issue hyperas_issue2

Is there a solution or even a workaround ?

thisisVG commented 2 years ago

I am facing the same issue. Did you find any workaround to it ?