Open
Description
torchtext (as of 0.4.0) adopts torch.utils.data.DataLoader
, and the older iterator interface is deprecated. Ensure AdaptDL's AdaptiveDataLoader
supports this new torchtext interface for data loading, and port the example transformer code to the new interface. Then, adaptdl.data.iterator
can be deprecated/removed.