Can I download TensorFlow documentation? If yes, how?

I want download TensorFlow documentation like document, please help me, if you can

You can clone the repo.

git clone https://github.com/tensorflow/docs

Hi @Gray_Gastone ,

You can use above git command line to download the entire documentation into your local PC .

But if you want to access more documents related to Model Garden where the lot of research and pre-trained models are readily available to use it for custom data training and for inference directly on your test data related to NLP and Vision.

Please check some of the beautiful Tutorials and the Documentation designed from TensorFlow model Garden Library section for more details.

Thanks.