From bb86864d2e0cd304b01b52bdf22148c6f271a25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9=20Boulet?= <timothe.boulet@student-cs.fr> Date: Fri, 7 May 2021 14:20:00 +0200 Subject: [PATCH] bugfix --- buildEmotionModel.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildEmotionModel.ipynb b/buildEmotionModel.ipynb index fc05517..05faab7 100644 --- a/buildEmotionModel.ipynb +++ b/buildEmotionModel.ipynb @@ -188,8 +188,8 @@ "#Labels catégoriques\n", "Ycat = keras.utils.to_categorical(Y)\n", "\n", - "print(\"X\", X_train.shape)\n", - "print(\"Y\", Y_train_cat.shape)" + "print(\"X\", X.shape)\n", + "print(\"Y\", Ycat.shape)" ] }, { -- GitLab