From 17a9f687912d9118316c616c15c68065d582caf1 Mon Sep 17 00:00:00 2001
From: Ludovic Moncla <moncla.ludovic@gmail.com>
Date: Mon, 16 Jan 2023 15:03:40 +0100
Subject: [PATCH] Update Classification_Zero-Shot-Learning.ipynb

---
 .../Classification_Zero-Shot-Learning.ipynb   | 30 ++++---------------
 1 file changed, 5 insertions(+), 25 deletions(-)

diff --git a/notebooks/Classification_Zero-Shot-Learning.ipynb b/notebooks/Classification_Zero-Shot-Learning.ipynb
index 2165378..673bab2 100644
--- a/notebooks/Classification_Zero-Shot-Learning.ipynb
+++ b/notebooks/Classification_Zero-Shot-Learning.ipynb
@@ -55,31 +55,11 @@
         "if ram_gb < 20:\n",
         "  print('Not using a high-RAM runtime')\n",
         "else:\n",
-        "  print('You are using a high-RAM runtime!')"
-      ]
-    },
-    {
-      "cell_type": "code",
-      "execution_count": null,
-      "metadata": {
-        "colab": {
-          "base_uri": "https://localhost:8080/"
-        },
-        "id": "h5MwRwL53aYY",
-        "outputId": "20a93907-e5df-47b1-9172-d1693ef76dc5"
-      },
-      "outputs": [],
-      "source": [
+        "  print('You are using a high-RAM runtime!')\n",
+        "\n",
         "from google.colab import drive\n",
-        "drive.mount('/content/drive')"
-      ]
-    },
-    {
-      "cell_type": "code",
-      "execution_count": null,
-      "metadata": {},
-      "outputs": [],
-      "source": [
+        "drive.mount('/content/drive')\n",
+        "\n",
         "output_path = \"drive/MyDrive/Classification-EDdA/\""
       ]
     },
@@ -95,7 +75,7 @@
     },
     {
       "cell_type": "code",
-      "execution_count": null,
+      "execution_count": 1,
       "metadata": {
         "id": "bcptSr6o3ac7"
       },
-- 
GitLab