Skip to content

Commit d5fd170

Browse files
grasskinedward-bot
authored andcommitted
Replace all keras imports with tensorflow.keras.
Keras will no longer have Tensorflow as a unique backend. Current keras is being moved to `third_party/py/tf_keras`. Any imports that depend on `third_party/py/keras` are being redirected. PiperOrigin-RevId: 559730941
1 parent ccdb9bf commit d5fd170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/marginalization_mixup/augment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import math
1919

20-
from keras.layers.preprocessing import image_preprocessing as image_ops
20+
from tensorflow.keras.layers.preprocessing import image_preprocessing as image_ops
2121
import tensorflow as tf
2222

2323

0 commit comments

Comments
 (0)