https://la.nvidia.com/Download/index.aspx?lang=la
https://www.anaconda.com/products/individual
$conda create -n entornoGPU anaconda python=3.7.7
$conda activate enetornoGPU
$conda install ipykernel
$python -m ipykernel install --user --name entornoGPU --display-name "entornoGPU"
$conda install tensorflow-gpu
$conda install tensorflow==2.1
$conda install jupyter
$conda install keras
$python
$import tensorflow as tf
$tf.__version__
$tf.test.gpu_device_name()
Ejecutar archivo MNISTEjmGPU.ipyng