Open
Description
What is your issue?
I've been doing some ad-hoc performance profiling, and it looks like _drop_input_dims
is always the culprit for why my batch generation runs slow. I blame the deep copy here.
However, in light of #164, I don't really see the point of this subroutine. Can someone explain what this subroutine does?