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
Hi,
I just downloaded this code and tried to work around with some examples. However, I got the following errors:
(I use python 3.5) Traceback (most recent call last): File "bayes_opt.py", line 444, in <module> num_iterations=args.num_iterations) TypeError: 'module' object is not callable
Thanks for any help!
The text was updated successfully, but these errors were encountered:
Hi,
I just downloaded this code and tried to work around with some examples. However, I got the following errors:
(I use python 3.5)
Traceback (most recent call last): File "bayes_opt.py", line 444, in <module> num_iterations=args.num_iterations) TypeError: 'module' object is not callable
Thanks for any help!
The text was updated successfully, but these errors were encountered: