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 8d9a16c commit a530431Copy full SHA for a530431
official/vision/image_classification/resnet_ctl_imagenet_main.py
@@ -197,6 +197,8 @@ def run(flags_obj):
197
'mixed_bfloat16')
198
tf.compat.v2.keras.mixed_precision.experimental.set_policy(policy)
199
200
+ common.set_cudnn_batchnorm_mode()
201
+
202
# TODO(anj-s): Set data_format without using Keras.
203
data_format = flags_obj.data_format
204
if data_format is None:
0 commit comments