Skip to content

Commit

Permalink
correct errors#
Browse files Browse the repository at this point in the history
  • Loading branch information
divyashreepathihalli committed Nov 15, 2023
1 parent 6758d69 commit 275c701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion keras_cv/layers/preprocessing/random_translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
import tensorflow as tf

from keras_cv import bounding_box
from keras_cv import random
from keras_cv.api_export import keras_cv_export
from keras_cv.backend import random
from keras_cv.layers.preprocessing.vectorized_base_image_augmentation_layer import ( # noqa: E501
VectorizedBaseImageAugmentationLayer,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

from keras_cv.api_export import keras_cv_export
from keras_cv.backend import config
from keras_cv.backend.random import SeedGenerator

if config.keras_3():
base_layer = tf.keras.layers.Layer
Expand Down

0 comments on commit 275c701

Please sign in to comment.