Skip to content

Commit

Permalink
add layers api to init
Browse files Browse the repository at this point in the history
  • Loading branch information
innat committed Jan 27, 2024
1 parent 2636d9b commit 3f26791
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keras_cv/layers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,5 @@
from keras_cv.layers.vit_det_layers import WindowedTransformerEncoder
from keras_cv.layers.vit_det_layers import WindowPartitioning
from keras_cv.layers.vit_layers import PatchingAndEmbedding
from keras_cv.layers.video_swin_transformer_layers import WindowAttention3D
from keras_cv.layers.video_swin_transformer_layers import SwinTransformerBlock3D

0 comments on commit 3f26791

Please sign in to comment.