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 error of No such file or directory: 'C:\\Users\\fnur42\\AppData\\Local\\Temp\\ipykernel_3156\\3188587457.py'.This error shows in the best_run,best_model line. What is ipykernel file and how I can create it?
#294
Open
5 tasks
fariakunja opened this issue
Apr 9, 2023
· 0 comments
Before filing an issue, please make sure to tick the following boxes.
Make sure your issue hasn't been filed already. Use GitHub search or manually check the existing issues, also the closed ones. Also, make sure to check the FAQ section of our readme.
Install latest hyperas from GitHub:
pip install git+git://github.com/maxpumperla/hyperas.git
Install latest hyperopt from GitHub:
pip install git+git://github.com/hyperopt/hyperopt.git
We have continuous integration running with Travis and make sure the build stays "green". If, after installing test utilities with pip install pytest pytest-cov pep8 pytest-pep8, you can't successfully run python -m pytest there's very likely a problem on your side that should be addressed before creating an issue.
Create a gist containing your complete script, or a minimal version of it, that can be used to reproduce your issue. Also, add your full stack trace to that gist. In many cases your error message is enough to at least give some guidance.
The text was updated successfully, but these errors were encountered:
fariakunja
changed the title
I am having error of
I am having error of No such file or directory: 'C:\\Users\\fnur42\\AppData\\Local\\Temp\\ipykernel_3156\\3188587457.py'
Apr 9, 2023
fariakunja
changed the title
I am having error of No such file or directory: 'C:\\Users\\fnur42\\AppData\\Local\\Temp\\ipykernel_3156\\3188587457.py'
I am having error of No such file or directory: 'C:\\Users\\fnur42\\AppData\\Local\\Temp\\ipykernel_3156\\3188587457.py'.This error shows in the best_run,best_model line. What is ipykernel file and how I can create it?
Apr 9, 2023
Before filing an issue, please make sure to tick the following boxes.
Make sure your issue hasn't been filed already. Use GitHub search or manually check the existing issues, also the closed ones. Also, make sure to check the FAQ section of our readme.
Install latest hyperas from GitHub:
pip install git+git://github.com/maxpumperla/hyperas.git
Install latest hyperopt from GitHub:
pip install git+git://github.com/hyperopt/hyperopt.git
We have continuous integration running with Travis and make sure the build stays "green". If, after installing test utilities with
pip install pytest pytest-cov pep8 pytest-pep8
, you can't successfully runpython -m pytest
there's very likely a problem on your side that should be addressed before creating an issue.Create a gist containing your complete script, or a minimal version of it, that can be used to reproduce your issue. Also, add your full stack trace to that gist. In many cases your error message is enough to at least give some guidance.
The text was updated successfully, but these errors were encountered: