cleanvision icon indicating copy to clipboard operation
cleanvision copied to clipboard

Updated viz_manager.py

Open ajinkya-kulkarni opened this issue 1 year ago • 6 comments

Modified the nested for loops that iterate over the image grid to use numpy vectorization instead, by reshaping the images and titles into 2D arrays, and then iterating over the first dimension of those arrays. This allows for faster iteration and better performance when dealing with large sets of images.

ajinkya-kulkarni avatar May 05 '23 10:05 ajinkya-kulkarni