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
Right now, Image DataLoaders partition on the file names (which works well for ImageNet style collections). While it's possible to repartition manually after images have been loaded, the API indicates that passing a Some(numPartitions) will yield an RDD with that many partitions.
Should be a small change to ImageLoaderUtils.getFilePathsRDD or upstream uses of it.
The text was updated successfully, but these errors were encountered:
Right now, Image DataLoaders partition on the file names (which works well for ImageNet style collections). While it's possible to repartition manually after images have been loaded, the API indicates that passing a Some(numPartitions) will yield an RDD with that many partitions.
Should be a small change to
ImageLoaderUtils.getFilePathsRDD
or upstream uses of it.The text was updated successfully, but these errors were encountered: