Mini batching using LBFGS Optimizer

Hi,

Since LBFGS is relatively memory hungry, is it possible to do mini-batching with PyTorch?

Thanks!