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 482784a commit fa5b66eCopy full SHA for fa5b66e
official/vision/image_classification/resnet_imagenet_main.py
@@ -83,7 +83,8 @@ def run(flags_obj):
83
num_gpus=flags_obj.num_gpus,
84
num_workers=num_workers,
85
all_reduce_alg=flags_obj.all_reduce_alg,
86
- num_packs=flags_obj.num_packs)
+ num_packs=flags_obj.num_packs,
87
+ tpu_address=flags_obj.tpu)
88
89
if strategy:
90
# flags_obj.enable_get_next_as_optional controls whether enabling
0 commit comments