Leon924
Leon924
Thanks for so quick response ! I will try to revise this setting and updates results later. Can I just directly revise here? https://github.com/cornellius-gp/gpytorch/blob/45e560c3417cb970c3a402f8a1a92f87b733e470/gpytorch/settings.py#L401-L409 BoTorch Version 0.6.4 GPyTorch Version 1.6.0
It works ! I just directly revise https://github.com/cornellius-gp/gpytorch/blob/45e560c3417cb970c3a402f8a1a92f87b733e470/gpytorch/settings.py#L409 from 512 to 1000. then index error disappear.
Got it ! Thank you so much. Close this issue now.
https://github.com/pytorch/botorch/issues/852
Thanks a lot for your quick response and detail instructions! when I try to add some constraints,including inequality constraints, equality constraints, and nonlinear equality constraints into `_filter_infeasible` method, in maximizing...
Hi, Max: Because I cannot fix `TypeError: cannot unpack non-iterable function object` error, So now I have enumerate whole design space points and use `optimize_acqf_discrete` API to find next experiment...
code: > X_new, acq_value = optimize_acqf(acq_func, bounds=bounds, q=k, num_restarts=16, raw_samples=512, return_best_only=return_best_only, equality_constraints=eq_cons, inequality_constraints=ineq_cons, sequential=True) trace: > Trace back (most recent call last): File "/export1/Workspace/living/tool/anaconda3/envs/socgen-nextorch/lib/python3.7/site-packages/botorch/optim/initializers.py", line 184, in gen_batch_initial_conditions _**X_rnd[start_idx:end_idx].to(device=device)**_ File...
who can help us please? anybody solve this?
@kemangjaka @Sulince hi,have you solve the problem? I got that probelm too, and I cannot figure it out for so long. 019-03-08 22:41:45.604947: W ./tensorflow/core/grappler/optimizers/graph_optimizer_stage.h:237] Failed to run optimizer ArithmeticOptimizer,...
@kemangjaka just like you said, I only add flatten function, and my env is: tf 1.10-gpu, python3.6, redhat4.8.5 I think my env is ok ,because I can run the tutorial...