mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-02-14 14:07:38 +01:00
Met à jour le compteur d'exécution et supprime l'importation de TensorFlow dans le notebook TP2
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 27,
|
"execution_count": 192,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
@@ -28,7 +28,6 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"sns.set(style='whitegrid')\n",
|
"sns.set(style='whitegrid')\n",
|
||||||
"\n",
|
"\n",
|
||||||
"import tensorflow as tf\n",
|
|
||||||
"from tensorflow import keras\n",
|
"from tensorflow import keras\n",
|
||||||
"\n",
|
"\n",
|
||||||
"(X_train_full, y_train_full), (X_test, y_test) = (keras.datasets.fashion_mnist.load_data())"
|
"(X_train_full, y_train_full), (X_test, y_test) = (keras.datasets.fashion_mnist.load_data())"
|
||||||
|
|||||||
Reference in New Issue
Block a user