From b195ac223532dd799fec3b3972b0d186e7a96238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariano=20Falc=C3=B3n?= Date: Thu, 2 Nov 2017 18:30:09 +0200 Subject: [PATCH] Update taxiornot.ipynb --- taxiornot.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taxiornot.ipynb b/taxiornot.ipynb index 537e113..a7bde1c 100644 --- a/taxiornot.ipynb +++ b/taxiornot.ipynb @@ -94,7 +94,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Calling *finetune()* modifies the model such that it will be trained based on the data in the batches provided - in this case, to predict either 'dog' or 'cat'." + "*finetune()* lo que hace es entrenar el modelo en base a las carpetas que le especificamos. En este caso si la imagen es de un taxi o no." ] }, { @@ -112,7 +112,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Finally, we *fit()* the parameters of the model using the training data, reporting the accuracy on the validation set after every epoch. (An *epoch* is one full pass through the training data.)" + "*fit()* ajusta los parámetros del modelo usando los datos para entrenarlo, indicando la precisión a partir de los datos de validación" ] }, {