Skip to content

Commit

Permalink
Update taxiornot.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Falcón authored Nov 2, 2017
1 parent f77d8a0 commit b195ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taxiornot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand All @@ -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"
]
},
{
Expand Down

0 comments on commit b195ac2

Please sign in to comment.