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
eb4452c5
Commit
eb4452c5
authored
Jun 10, 2022
by
Rino Lee
Committed by
A. Unique TensorFlower
Jun 10, 2022
Browse files
Internal change
PiperOrigin-RevId: 454141145
parent
2bc29a6f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
official/projects/qat/vision/configs/image_classification.py
official/projects/qat/vision/configs/image_classification.py
+2
-0
No files found.
official/projects/qat/vision/configs/image_classification.py
View file @
eb4452c5
...
...
@@ -35,6 +35,8 @@ def image_classification_imagenet() -> cfg.ExperimentConfig:
task
=
ImageClassificationTask
.
from_args
(
quantization
=
common
.
Quantization
(),
**
config
.
task
.
as_dict
())
config
.
task
=
task
runtime
=
cfg
.
RuntimeConfig
(
enable_xla
=
False
)
config
.
runtime
=
runtime
return
config
...
...
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