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
When trying to use RandomResize it gives the above error. Seems to be caused by deprecated scipy API.
imresize is deprecated! imresize is deprecated in SciPy 1.0.0, and will be removed in 1.3.0. Use Pillow instead: numpy.array(Image.fromarray(arr).resize()).
The text was updated successfully, but these errors were encountered:
When trying to use RandomResize it gives the above error. Seems to be caused by deprecated scipy API.
The text was updated successfully, but these errors were encountered: