Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 476 Bytes

inplaceloading.md

File metadata and controls

8 lines (4 loc) · 476 Bytes

Inplace loading

{.subtitle} Background on inplace loading of data

When loading an observation of a data container requires allocating a lot of memory, it is sometimes possible to reuse a previous observation as a buffer to load into. To do so, the data container you're using, must implement getobs!. To use the buffered loading with this package, pass buffered = true to DataLoader. This also works for collated batches.