Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 535659533
  • Loading branch information
michaelreneer authored and reedwm committed Sep 19, 2023
1 parent 559f08f commit fe6782e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tf_cnn_benchmarks/benchmark_cnn_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ def testPreprocessingTrain(self):
fuse_decode_and_crop)

def _test_learning_rate(self, params, global_step_to_expected_learning_rate):
self.longMessage = True # pylint: disable=invalid-name
self.longMessage = True
bench = benchmark_cnn.BenchmarkCNN(params)
with tf.Graph().as_default() as graph:
bench._build_model()
Expand Down

0 comments on commit fe6782e

Please sign in to comment.