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 f08aba5 commit cc88206Copy full SHA for cc88206
tensorflow_addons/optimizers/lookahead.py
@@ -14,11 +14,9 @@
14
# ==============================================================================
15
16
import tensorflow as tf
17
-
18
-from tensorflow_addons.utils.types import FloatTensorLike
+from tensorflow_addons.utils import types
19
20
from typeguard import typechecked
21
-from typing import Union
22
23
24
@tf.keras.utils.register_keras_serializable(package="Addons")
0 commit comments