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