Skip to content

Commit

Permalink
import layer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinprasadhs committed Aug 12, 2024
1 parent 7440b65 commit 40a4f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_cv/src/layers/vit_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def get_config(self):


@keras_cv_export("keras_cv.layers.Unpatching")
class Unpatching(layers.Layer):
class Unpatching(keras.layers.Layer):
"""
Layer to unpatchify image data.
Expand Down

0 comments on commit 40a4f6d

Please sign in to comment.