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
Since Revamp batch size handling #575, the batch size for sparse AD is picked after coloring and not before, so setting chunksize based on length(x) won't work (the true input dimension is the number of distinct colors, which is much smaller)
Problem:
AutoForwardDiffwill error on input dimensions smaller thanchunksizechunksizebased onlength(x)won't work (the true input dimension is the number of distinct colors, which is much smaller)