# Install Tensorflow(2022/2/27)
> GPU: Nivdia RTX 3060 12G
> CPU: Intel I5-10400
> System: Windows 10
- tensorflow_gpu-2.8.0
- python 3.10
- cuDNN 8.1
- CUDA 11.2
https://tensorflow.google.cn/install/source_windows?hl=en#gpu
https://www.tensorflow.org/install/gpu
```
## Check that Tensorflow is using the GPU
```
# Sanity check for validating
# visibility of the GPUs to TF
import tensorflow as tf
print("Num GPUs Available: ", len(tf.config.list_physical_devices('GPU')))
```
For more details see this: https://www.tensorflow.org/guide/gpu