tensorflow / hub

A library for transfer learning by reusing parts of TensorFlow models.
https://tensorflow.org/hub
Apache License 2.0
3.49k stars 1.67k forks source link

Fix naming of TFHUB_CACHE_DIR environment variable in docs #847

Closed georg-wolflein closed 2 years ago

georg-wolflein commented 2 years ago

The environment variable to set the cache directory is called TFHUB_CACHE_DIR.

See: https://github.com/tensorflow/hub/blob/1e6dbaeac9e58c93c361202dc00d0dcdebfca879/tensorflow_hub/resolver.py#L62

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

maringeo commented 2 years ago

Thank you @georg-wolflein for spotting and fixing that!