Where to find TensorFlow 1.x Documentation - tensorflow

Where is the original TensorFlow 1 documentation? Not just of the API, but also guides and tutorials?

It can be found here on GitHub.

Related

google colab only works with tensorflow 2

I'm trying to run the following google colab:
https://colab.research.google.com/gist/zsyzzsoft/5fbb71b9bf9a3217576bebae5de46fc2/data-efficient-gans.ipynb?authuser=1#scrollTo=Re5R6VX8VNgo
colab no longer recognises gpu's with tensorflow 1.x. so is there any way to get this colab working again??
I have tried reinstalling to tensorflow 1.x and also upgrading the code to tensorflow 2 but nothing seems to work.
Google Colab removed support for Tensorflow 1, and it is not possible to use %tensorflow_version 1.x magic anymore. You have to install a specific version of tensorflow 1.x version using
pip install tensorflow==1.x
sess = tf.Session(config=tf.ConfigProto(log_device_placement=True))
For more details please refer to this link. Thank You.

Where can I download TensorRT 5.0.0RC?

I am planning to deploy a model of TensorFlow 1.10.0 using TensorRT. But the version of TensorFlow is too early, so TensorRT 5.0.0Rc is required. Because the version is too early, NVIDIA's official website and GitHub do not provide download sources. Is there any other way to download it? Or is there any other way to deploy TensorFlow 1.10.0? Thank you.

Loaded runtime CuDNN library: 8.0.5 but source was compiled with: 8.1.0 Tensorflow2 Object Detection

I'm using Colab, and I'm getting the error when I'm training with Tensorflow 2 Object Detection API. Tensorflow version is 2.6.2 and library is downloaded from official repo. This issue just appeared overnight, same code was working until the day before, which makes me think some internal changes happened, but I don't know how to fix this. I'd appreciate any help. Thanks
There are 2 solutions I found:
Downgrade TF to match the CUDA and CUDAnn
Upgrade the CUDAnn
Please check this related GitHub issue.

Distributing Tensorflow on Apache Ignite

Like Ray and horovod, I want to run tensorflow distributed using the Apache Ignite framework, but I can't seem to find good examples on how to achieve distributed training.
Are there any good notebooks or tutorials out there?
The use of TensorFlow w/Ignite or GridGain community edition is described here: https://www.gridgain.com/docs/latest/integrations/tensorflow/deep-learn-tensor
More information could be found here: https://github.com/gridgain/gridgain/tree/master/modules/tensorflow

How to report issues on Tensorflow website?

How can I report an issue on Tensorflow website? I am not talking about the API, but everything else, e.g. installation instructions and tutorials.
For instance, installation instructions indicate that Tensorflow for Python 3.5 and GPU requires CuDNN v5, but that is incorrect, as with CuDNN v5 it doesn't work, and it requires CuDNN v5.1 instead.
Thanks!
Please open an issue at the TensorFlow GitHub Issues page: https://github.com/tensorflow/tensorflow/issues