We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b283d commit 44bf775Copy full SHA for 44bf775
tensorflow_addons/layers/deformable_conv2d.py
@@ -19,7 +19,7 @@
19
from typeguard import typechecked
20
from tensorflow_addons.utils import types
21
from tensorflow_addons.utils.resource_loader import LazySO
22
-from tensorflow.python.keras.utils import conv_utils
+from tensorflow.keras.utils import conv_utils
23
24
_deformable_conv2d_ops_so = LazySO("custom_ops/layers/_deformable_conv2d_ops.so")
25
0 commit comments