Me base en este video: • How to Install TensorFlow GPU on Windows 1...
Por cierto... Tengo una rtx 3060. ¡¡¡Espero les funcione este método!!!
**Paso 1 **
conda create -n py310 python=3.10
conda activate py310
conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1.0
python -m pip install "tensorflow==2.10"
** Paso 2 **
pip uninstall numpy -y
pip install numpy 2 (Vé el video)
* Paso 3*
import tensorflow as tf
print("TensorFlow GPU detectada:", tf.config.list_physical_devices('GPU'))
print(tf.test.is_gpu_available())