Met à jour le compteur d'exécution et supprime l'importation de TensorFlow dans le notebook TP2

This commit is contained in:
2025-11-05 19:53:09 +01:00
parent 098e20c982
commit aec178208e

View File

@@ -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())"