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
Gives the following error, how to solve this?
experiment dir: /home/thsim9/code/spearmint-master/spearmint/examples/braninpy
Traceback (most recent call last):
File "/home/thsim9/code/spearmint-master/spearmint/bin/../spearmint/main.py", line 329, in
main()
File "/home/thsim9/code/spearmint-master/spearmint/bin/../spearmint/main.py", line 164, in main
module = importlib.import_module('chooser.' + options.chooser_module)
File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module import(name)
File "/home/thsim9/code/spearmint-master/spearmint/spearmint/chooser/GPEIOptChooser.py", line 23, in
from spearmint import gp
ImportError: cannot import name gp
The text was updated successfully, but these errors were encountered:
Running this
./spearmint ../examples/braninpy/config.pb --driver=local --method=GPEIOptChooser --method-args=noiseless=1
OR
python main.py --driver=local --method=GPEIOptChooser --method-args=noiseless=1 ../examples/braninpy/config.pb
The text was updated successfully, but these errors were encountered: