DataLoader Implementation
korakoe opened this issue · 1 comments
korakoe commented
If it isn't already possible, it would be nice to be able to integrate this with the dataloader class
rentruewang commented
Hi, sorry for the confusion!
This library is actually orthogonal to DataLoader
. It's a wrapper for Tensor
s passed into functions. So, if your DataLoader
yields Tensor
s, 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!