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
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
keras-preprocessing/keras_preprocessing/image/affine_transformations.py
Line 325 in 2310b4e
I tried to apply random rotation on a tiff with shape
(120,120,4)
with the following function:resulting in
As far as I can see
apply_affine_transform()
does not convert thetf.Tensor
to anp.Array
and thus lacks thendim
attribute.I'm I misunderstanding something?
Kind regards,
Anders
The text was updated successfully, but these errors were encountered: