Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWood committed May 17, 2022
1 parent 7179ff2 commit fd6f257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keras_cv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

version_check.check_tf_version()

__version__ = "0.2.0dev"
__version__ = "0.2.1"
2 changes: 1 addition & 1 deletion keras_cv/layers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from tensorflow.keras.__internal__.layers import BaseImageAugmentationLayer
from tensorflow.keras.layers import CenterCrop
from tensorflow.keras.layers import RandomBrightness
from tensorflow.keras.layers import RandomContrast
Expand All @@ -25,7 +26,6 @@
from tensorflow.keras.layers import Rescaling
from tensorflow.keras.layers import Resizing

from tensorflow.keras.__internal__.layers import BaseImageAugmentationLayer
from keras_cv.layers.preprocessing.auto_contrast import AutoContrast
from keras_cv.layers.preprocessing.channel_shuffle import ChannelShuffle
from keras_cv.layers.preprocessing.cut_mix import CutMix
Expand Down

0 comments on commit fd6f257

Please sign in to comment.