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 entornoGPU
$ conda install ipykernel
$ python -m ipykernel install --user --name entornoGPU --display-name "entornoGPU"
$ conda install tensorflow-gpu==2.1.0 cudatoolkit=10.1
$ pip install tensorflow==2.1.0
$ pip install jupyter
$ pip install keras==2.3.1
$ pip install numpy scipy Pillow cython matplotlib scikit-image opencv-python h5py imgaug IPython[all]
$python
$import tensorflow as tf
$tf.__version__
$tf.test.gpu_device_name()
Ejecutar archivo MNISTEjmGPU.ipyng