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
d768c91c
Commit
d768c91c
authored
Aug 08, 2020
by
TF Object Detection Team
Browse files
Merge pull request #8984 from syiming:doc_frozen_inference_graph_tf_version_requirement_remove
PiperOrigin-RevId: 325627198
parents
307a8194
184adec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
research/object_detection/g3doc/tf1_detection_zoo.md
research/object_detection/g3doc/tf1_detection_zoo.md
+1
-2
No files found.
research/object_detection/g3doc/tf1_detection_zoo.md
View file @
d768c91c
...
...
@@ -67,8 +67,7 @@ Some remarks on frozen inference graphs:
metrics.
*
Our frozen inference graphs are generated using the
[
v1.12.0
](
https://github.com/tensorflow/tensorflow/tree/v1.12.0
)
release
version of TensorFlow and we do not guarantee that these will work with
other versions; this being said, each frozen inference graph can be
version of TensorFlow; this being said, each frozen inference graph can be
regenerated using your current version of TensorFlow by re-running the
[
exporter
](
https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/exporting_models.md
)
,
pointing it at the model directory as well as the corresponding config file
...
...
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