Commit d768c91c authored by TF Object Detection Team's avatar 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
...@@ -67,8 +67,7 @@ Some remarks on frozen inference graphs: ...@@ -67,8 +67,7 @@ Some remarks on frozen inference graphs:
metrics. metrics.
* Our frozen inference graphs are generated using the * Our frozen inference graphs are generated using the
[v1.12.0](https://github.com/tensorflow/tensorflow/tree/v1.12.0) release [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 version of TensorFlow; this being said, each frozen inference graph can be
other versions; this being said, each frozen inference graph can be
regenerated using your current version of TensorFlow by re-running the 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), [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 pointing it at the model directory as well as the corresponding config file
......
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