Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
khalidaskia opened this issue Oct 15, 2020 · 1 comment

Comments

@khalidaskia
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants