"git@developer.sourcefind.cn:change/sglang.git" did not exist on "b6b4b5639554d66e54d3de3555033db0fa4dd263"
Commit 69e72416 authored by Abdullah Rashwan's avatar Abdullah Rashwan Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 448023842
parent 48532aef
...@@ -27,8 +27,8 @@ IMAGE_CLASSIFICATION_BENCHMARKS = { ...@@ -27,8 +27,8 @@ IMAGE_CLASSIFICATION_BENCHMARKS = {
'min_value': 0.76, 'min_value': 0.76,
'max_value': 0.77 'max_value': 0.77
}], }],
config_files=['official/vision/beta/configs/experiments/' config_files=[('official/vision/configs/experiments/'
'image_classification/imagenet_resnet50_tpu.yaml']), 'image_classification/imagenet_resnet50_tpu.yaml')]),
'image_classification.resnet50.gpu.8.fp16': 'image_classification.resnet50.gpu.8.fp16':
dict( dict(
experiment_type='resnet_imagenet', experiment_type='resnet_imagenet',
...@@ -39,8 +39,8 @@ IMAGE_CLASSIFICATION_BENCHMARKS = { ...@@ -39,8 +39,8 @@ IMAGE_CLASSIFICATION_BENCHMARKS = {
'min_value': 0.76, 'min_value': 0.76,
'max_value': 0.77 'max_value': 0.77
}], }],
config_files=['official/vision/beta/configs/experiments/' config_files=[('official/vision/configs/experiments/'
'image_classification/imagenet_resnet50_gpu.yaml']) 'image_classification/imagenet_resnet50_gpu.yaml')])
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment