@youngdjn mentioned that it would be helpful to control the batch size, especially when we want to fully utilize the GPU. This should be a pretty easy addition to create_data_loader but may require some attention downstream to properly handle batches of length greater than one.
@youngdjn mentioned that it would be helpful to control the batch size, especially when we want to fully utilize the GPU. This should be a pretty easy addition to
create_data_loader
but may require some attention downstream to properly handle batches of length greater than one.