Fix broken hyperlinks in guide docs
PiperOrigin-RevId: 316635046 Change-Id: I604b94075e2e10520bbfb2885089e534f3a649cd
This commit is contained in:
parent
d43a0150f8
commit
44db81e324
tensorflow/lite/g3doc
@ -53,7 +53,7 @@ partially supported by TensorFlow Lite, and one would like to avoid those
|
||||
limitations.
|
||||
|
||||
The following example shows how to use this feature in the
|
||||
[`TFLiteConverter`](./convert/python_api.md) Python API.
|
||||
[`TFLiteConverter`](../convert/python_api.md) Python API.
|
||||
|
||||
```python
|
||||
import tensorflow as tf
|
||||
|
@ -20,8 +20,9 @@ accuracy and latency tradeoffs for some common image classification models.
|
||||
|
||||
One example of models optimized for mobile devices are
|
||||
[MobileNets](https://arxiv.org/abs/1704.04861), which are optimized for mobile
|
||||
vision applications. [Hosted models](../models/hosted.md) lists several other
|
||||
models that have been optimized specifically for mobile and embedded devices.
|
||||
vision applications. [Hosted models](../guide/hosted_models.md) lists several
|
||||
other models that have been optimized specifically for mobile and embedded
|
||||
devices.
|
||||
|
||||
You can retrain the listed models on your own dataset by using transfer
|
||||
learning. Check out our transfer learning tutorial for
|
||||
|
Loading…
Reference in New Issue
Block a user