diff --git a/Lama.png b/Lama.png new file mode 100644 index 0000000000000000000000000000000000000000..e240a6bc014c143df6d45175997822d106c8a014 Binary files /dev/null and b/Lama.png differ diff --git a/Lion.png b/Lion.png new file mode 100644 index 0000000000000000000000000000000000000000..148a44a8672ea8887062815387067e281f78db27 Binary files /dev/null and b/Lion.png differ diff --git a/TD2_Deep_Learning.ipynb b/TD2_Deep_Learning.ipynb index 39443a828aca999418424eb90332efce9c9d0ade..f5afaab74a3dd8f45fb2c8a6773a4c57cfd50d82 100644 --- a/TD2_Deep_Learning.ipynb +++ b/TD2_Deep_Learning.ipynb @@ -1406,7 +1406,7 @@ "import matplotlib.pyplot as plt\n", "\n", "# Choose an image to pass through the model\n", - "test_image = \"Lama.jpg\"\n", + "test_image = \"Lama.png\"\n", "\n", "# Configure matplotlib for pretty inline plots\n", "#%matplotlib inline\n", @@ -1551,7 +1551,7 @@ "cell_type": "code", "source": [ "# Choose an image to pass through the model\n", - "test_image = \"Lion.jpg\"\n", + "test_image = \"Lion.png\"\n", "\n", "# Configure matplotlib for pretty inline plots\n", "#%matplotlib inline\n", @@ -1636,7 +1636,7 @@ "#test with others pre-trained models\n", "\n", "# Choose an image to pass through the model\n", - "test_image = \"Lama.jpg\"\n", + "test_image = \"Lama.png\"\n", "\n", "# Configure matplotlib for pretty inline plots\n", "#%matplotlib inline\n",