From ae577f51e27e3fc2bab3ca2924671f700282bb4e Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 1 Aug 2019 22:44:22 +0200 Subject: [PATCH] Update examples.ipynb --- examples.ipynb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/examples.ipynb b/examples.ipynb index 45a96848..64c49f34 100644 --- a/examples.ipynb +++ b/examples.ipynb @@ -46,11 +46,8 @@ "import glob\n", "import torch\n", "import os\n", - "import matplotlib.pyplot as plt\n", - "%matplotlib inline\n", "\n", - "from IPython.display import Image \n", - "from IPython.display import clear_output\n", + "from IPython.display import Image, clear_output\n", "print('PyTorch %s %s' % (torch.__version__, torch.cuda.get_device_properties(0) if torch.cuda.is_available() else 'CPU'))" ], "execution_count": 39, @@ -337,4 +334,4 @@ "outputs": [] } ] -} \ No newline at end of file +}