"vscode:/vscode.git/clone" did not exist on "ccf109614e484de212dcd3e32e9853acf68e1732"
Commit 63283d46 authored by Scott Zhu's avatar Scott Zhu Committed by A. Unique TensorFlower
Browse files

Update model garden to not use tf.python.keras which will be removed soon.

PiperOrigin-RevId: 406002788
parent 9e9e21f3
......@@ -28,11 +28,10 @@ https://github.com/rwightman/pytorch-image-models
import math
from typing import Any, List, Iterable, Optional, Text, Tuple
from keras.layers.preprocessing import image_preprocessing as image_ops
import numpy as np
import tensorflow as tf
from tensorflow.python.keras.layers.preprocessing import image_preprocessing as image_ops
# This signifies the max integer that the controller RNN could predict for the
# augmentation scheme.
......
......@@ -24,11 +24,11 @@ from __future__ import division
from __future__ import print_function
import math
from typing import Any, Dict, List, Optional, Text, Tuple
from keras.layers.preprocessing import image_preprocessing as image_ops
import tensorflow as tf
from typing import Any, Dict, List, Optional, Text, Tuple
from tensorflow.python.keras.layers.preprocessing import image_preprocessing as image_ops
# This signifies the max integer that the controller RNN could predict for the
# augmentation scheme.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment