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
Use mini-batches when evaluating candidates within optimize_acqf_discrete_local_search (#2682)
Summary:
Pull Request resolved: #2682
If `X_loc` is large (which happens if there are many potential neighbors) this could lead to OOM. Breaking evaluations into mini batches should help.
Reviewed By: dme65
Differential Revision: D68354268
fbshipit-source-id: dc9ebf307dd30a30917c4bf35e2c269296f90679
0 commit comments