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
Please don't convert the image list into separate images and instead normalize the tensor of the SingleSizedImageList objects in the ImageList as this will be more performant. Also consider adding the same method in the Image class.
Is your feature request related to a problem?
For our example basic_shapes the normalization (we wrote a workaround) of the images improved the accuracy by 40%.
Desired solution
Method
normalize()
onImage
andImageList
.Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: