tensorflow / models

Models and examples built with TensorFlow
Other
77.18k stars 45.76k forks source link

Documentation link in export_inference_graph.py with 404 page not found error #10276

Open ai2ys opened 3 years ago

ai2ys commented 3 years ago

Prerequisites

Please answer the following question for yourself before submitting an issue.

1. The entire URL of the documentation with the issue

Documentation header of file: https://github.com/tensorflow/models/blob/master/research/object_detection/export_inference_graph.py

2. Describe the issue

The link https://tensorflow.github.io/serving/serving_basic.html in the documentation header of file https://github.com/tensorflow/models/blob/master/research/object_detection/export_inference_graph.py (Line 22) does not work, it will result in an 404 page not found error.

kumariko commented 3 years ago

@tombstone @jch1 @pkulzc please review PR https://github.com/tensorflow/models/pull/10285