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" ] }, {