Use sequential sampling as the default shuffle policy
Summary: This commit reimplements the default shuffle policy of data reader with sequential sampling (be consistent with DALI) instead of chunk permutation (MXNet solution). Sequential sampling is tuned by argument ``initial_fill`` only, and works both for HDD and SSD.
Showing
with
163 additions
and
137 deletions
-
Please register or sign in to post a comment