Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
DesmonDay committed Oct 18, 2023
1 parent bc6eebd commit 4d69a00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions paddlenlp/data/dist_dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ def __len__(self):
return 0







class DistDataLoader(paddle.io.DataLoader):
"""
DistDataLoader is a wrapper of paddle.io.DataLoader.
Expand Down

0 comments on commit 4d69a00

Please sign in to comment.