| # Slim Vision Model Tests | |
| These tests require an additional python dependency on `tensorflow_hub`, which | |
| can be installed as follows: | |
| ```shell | |
| python3 -m pip install tensorflow_hub | |
| ``` | |
| Like the `vision_external_tests`, these tests are not checked by the OSS CI. |