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
Moving DataPipe buffers from __iter__ to instance (self) (#388)
Summary:
Pull Request resolved: #388
This PR impacts `ParagraphAggregator` and `IterKeyZipper` as they previously have their buffer with the iterator rather than the instance.
This should be landed along with pytorch/pytorch#76999 and pytorch/pytorch#77775
Note that the CI is expected to fail until that PR goes into nightly
Test Plan: Imported from OSS
Reviewed By: ejguan
Differential Revision: D36519522
Pulled By: NivekT
fbshipit-source-id: cc3616e1941777771e8c8b5cd26953f2f6ed48c8
0 commit comments