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
I have opened up similar issue in array_record's github page, and in terms of array_record perfomance reading like dryman suggested is right. The problem is how can I use grain as a data loader and sampler, if using __getitem__ is so slow on which ArrayRecordDataSource depends on?. Any ideas what I am doing wrong?
The text was updated successfully, but these errors were encountered:
ZurabDz
changed the title
comparing array_record's ArrayRecordDataSource + grain data loader to huggingface. (Grain is extremely)
comparing array_record's ArrayRecordDataSource + grain data loader to huggingface. (Grain is extremely slow)
Jan 9, 2025
Hello,
I have opened up similar issue in array_record's github page, and in terms of array_record perfomance reading like dryman suggested is right. The problem is how can I use grain as a data loader and sampler, if using
__getitem__
is so slow on whichArrayRecordDataSource
depends on?. Any ideas what I am doing wrong?The text was updated successfully, but these errors were encountered: