Install NVIDIA Graphics Driver:
sudo apt-get install nvidia-384 nvidia-modprobe| # These are all the modules we'll be using later. Make sure you can import them | |
| # before proceeding further. | |
| from __future__ import print_function | |
| import matplotlib.pyplot as plt | |
| import numpy as np | |
| import os | |
| import sys | |
| import tarfile | |
| from IPython.display import display, Image | |
| from scipy import ndimage |