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 e7bd438 commit 708541a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keras_cv/src/layers/vit_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
import math

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

from keras_cv.api_export import keras_cv_export
from keras_cv.src.api_export import keras_cv_export


@keras_cv_export("keras_cv.layers.PatchingAndEmbedding")
Expand Down

0 comments on commit 708541a

Please sign in to comment.