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
Working on converting the "Image classification with Vision Transformer" keras.io example to keras 3 and ran into a backwards compatibility issue with RandomZoom(). Logging here as per #18468. Changing the imports to keras_core results in an exception when calling RandomZoom.call() where image_width is a Tensor in line 230 of keras_core/src/layers/preprocessing/random_zoom.py.
Working on converting the "Image classification with Vision Transformer" keras.io example to keras 3 and ran into a backwards compatibility issue with RandomZoom(). Logging here as per #18468. Changing the imports to keras_core results in an exception when calling RandomZoom.call() where image_width is a Tensor in line 230 of keras_core/src/layers/preprocessing/random_zoom.py.
Colab
The text was updated successfully, but these errors were encountered: