We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fafe6 commit a5e82c4Copy full SHA for a5e82c4
corl/model/tf2/common.py
@@ -4,7 +4,7 @@
4
from time import strftime
5
6
from tensorflow.python.keras.utils import tf_utils
7
-from tensorflow.python.framework import smart_cond
+from tensorflow.python.framework.smart_cond import smart_cond
8
9
class AlphaDropout(keras.layers.Layer):
10
"""Applies Alpha Dropout to the input.
model/common.py
0 commit comments