rentruewang/koila

DataLoader Implementation

korakoe opened this issue · 1 comments

If it isn't already possible, it would be nice to be able to integrate this with the dataloader class

Hi, sorry for the confusion!

This library is actually orthogonal to DataLoader. It's a wrapper for Tensors passed into functions. So, if your DataLoader yields Tensors, you could wrap it with a LazyTensor.

It is in the roadmap to implement an automatic recursive wrapper, much like DataLoader's ability to concatenate dictionaries' values.

Feel free to re-open if you have any more questions!