Skip to content

Commit

Permalink
Update vit_layers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
divyashreepathihalli authored Aug 12, 2024
1 parent cf33ec8 commit 8d9efc4
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 @@ -15,7 +15,7 @@
import math

import tensorflow as tf
from keras_cv.src.backend import layers
from keras_cv.src.backend.keras import layers
from keras_cv.src.backend import ops

from keras_cv.src.api_export import keras_cv_export
Expand Down

0 comments on commit 8d9efc4

Please sign in to comment.