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 3, 2017
1 parent b195ac2 commit 75bd1ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion taxiornot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Importamos la clase vgg16 y luego la instanciamos"
"Importamos la clase vgg16 y luego la instanciamos, para mostrar las imágenes usamos una funcion de utils"
]
},
{
Expand All @@ -36,6 +36,7 @@
],
"source": [
"from vgg16 import Vgg16"
"from utils import plots"
]
},
{
Expand Down

0 comments on commit 75bd1ae

Please sign in to comment.