Skip to content

Commit 1667c22

Browse files
No public description
PiperOrigin-RevId: 666412764
1 parent 43b5203 commit 1667c22

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

official/projects/nhnet/trainer.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ def train(params, strategy, dataset=None):
183183

184184
def run():
185185
"""Runs NHNet using Keras APIs."""
186-
if FLAGS.enable_mlir_bridge:
187-
tf.config.experimental.enable_mlir_bridge()
188-
189186
strategy = distribute_utils.get_distribution_strategy(
190187
distribution_strategy=FLAGS.distribution_strategy, tpu_address=FLAGS.tpu)
191188
if strategy:

0 commit comments

Comments
 (0)