You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
torchtext (as of 0.4.0) adopts
torch.utils.data.DataLoader
, and the older iterator interface is deprecated. Ensure AdaptDL'sAdaptiveDataLoader
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.The text was updated successfully, but these errors were encountered: