"...composable_kernel.git" did not exist on "9b280cc50db06e3805a5a11ec93eb2c400d1c52b"
Commit 184adec9 authored by syiming's avatar syiming
Browse files

remove not garuanteed

parent 6794c6b3
...@@ -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