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
_forward_search will change the value of X_transformed_.
Therefore, If we want to repeatedly use X_transformed_ in minibatch, we have to deepcopyX_transformed_ in each loop.