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 think that __del__ is being called on partially constructed ExperimentGrid:
Exception AttributeError: "ExperimentGrid instance has no attribute 'vmap'" in <bound method ExperimentGrid.__del__ of <spearmint.ExperimentGrid.ExperimentGrid instance at 0x7fc5db221710>> ignored
The text was updated successfully, but these errors were encountered:
I think that
__del__
is being called on partially constructedExperimentGrid
:The text was updated successfully, but these errors were encountered: