Skip to content

Commit

Permalink
Update one more tf1.layers reference to tf_keras.tf1_layers.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 579266654
  • Loading branch information
jburnim authored and tensorflower-gardener committed Nov 3, 2023
1 parent 65d9d72 commit be84b38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def testInvertMutuallyConsistent(self, layer_cls):

def testWithKeras(self):
# NOTE: Keras throws an error below if we use
# tf1.layers.BatchNormalization() here.
# tf_keras.tf1_layers.BatchNormalization() here.
layer = None

dist = transformed_distribution.TransformedDistribution(
Expand Down

0 comments on commit be84b38

Please sign in to comment.