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
Today, due to the current implementation of duplicate label check operator, steps batch size cannot exceed 64.
This is more a limitation of the implementation. Ideally, duplicate label check operator should work regardless of the steps batch size. We can use a different operator implementation if step size is > 64, even though the performance is worse than the current implementation.