diff --git a/M2/Deep Learning/TP2/TP2 - Starter.ipynb b/M2/Deep Learning/TP2/TP2 - Starter.ipynb index ee96115..521904a 100644 --- a/M2/Deep Learning/TP2/TP2 - Starter.ipynb +++ b/M2/Deep Learning/TP2/TP2 - Starter.ipynb @@ -15,7 +15,7 @@ }, { "cell_type": "code", - "execution_count": 27, + "execution_count": 192, "metadata": {}, "outputs": [], "source": [ @@ -28,7 +28,6 @@ "\n", "sns.set(style='whitegrid')\n", "\n", - "import tensorflow as tf\n", "from tensorflow import keras\n", "\n", "(X_train_full, y_train_full), (X_test, y_test) = (keras.datasets.fashion_mnist.load_data())"