Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
69e72416
Commit
69e72416
authored
May 11, 2022
by
Abdullah Rashwan
Committed by
A. Unique TensorFlower
May 11, 2022
Browse files
Internal change
PiperOrigin-RevId: 448023842
parent
48532aef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
official/benchmark/benchmark_definitions.py
official/benchmark/benchmark_definitions.py
+4
-4
No files found.
official/benchmark/benchmark_definitions.py
View file @
69e72416
...
...
@@ -27,8 +27,8 @@ IMAGE_CLASSIFICATION_BENCHMARKS = {
'min_value'
:
0.76
,
'max_value'
:
0.77
}],
config_files
=
[
'official/vision/
beta/
configs/experiments/'
'image_classification/imagenet_resnet50_tpu.yaml'
]),
config_files
=
[
(
'official/vision/configs/experiments/'
'image_classification/imagenet_resnet50_tpu.yaml'
)
]),
'image_classification.resnet50.gpu.8.fp16'
:
dict
(
experiment_type
=
'resnet_imagenet'
,
...
...
@@ -39,8 +39,8 @@ IMAGE_CLASSIFICATION_BENCHMARKS = {
'min_value'
:
0.76
,
'max_value'
:
0.77
}],
config_files
=
[
'official/vision/
beta/
configs/experiments/'
'image_classification/imagenet_resnet50_gpu.yaml'
])
config_files
=
[
(
'official/vision/configs/experiments/'
'image_classification/imagenet_resnet50_gpu.yaml'
)
])
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment