Skip to content

Commit fd6f257

Browse files
committed
0.2.1
1 parent 7179ff2 commit fd6f257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keras_cv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
version_check.check_tf_version()
2525

26-
__version__ = "0.2.0dev"
26+
__version__ = "0.2.1"

keras_cv/layers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
from tensorflow.keras.__internal__.layers import BaseImageAugmentationLayer
1516
from tensorflow.keras.layers import CenterCrop
1617
from tensorflow.keras.layers import RandomBrightness
1718
from tensorflow.keras.layers import RandomContrast
@@ -25,7 +26,6 @@
2526
from tensorflow.keras.layers import Rescaling
2627
from tensorflow.keras.layers import Resizing
2728

28-
from tensorflow.keras.__internal__.layers import BaseImageAugmentationLayer
2929
from keras_cv.layers.preprocessing.auto_contrast import AutoContrast
3030
from keras_cv.layers.preprocessing.channel_shuffle import ChannelShuffle
3131
from keras_cv.layers.preprocessing.cut_mix import CutMix

0 commit comments

Comments
 (0)