Skip to content

Commit

Permalink
Merge pull request #1080 from RichaldoElias:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 279778860
  • Loading branch information
Copybara-Service committed Nov 11, 2019
2 parents 04bf18f + e3ed192 commit 8081165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/en/tutorials/images/classification.ipynb
Expand Up @@ -960,7 +960,8 @@
},
"outputs": [],
"source": [
"image_gen = ImageDataGenerator(rescale=1./255, zoom_range=0.5)"
"# zoom_range from 0 - 1 where 1 = 100%.\n",
"image_gen = ImageDataGenerator(rescale=1./255, zoom_range=0.5) # "
]
},
{
Expand Down

0 comments on commit 8081165

Please sign in to comment.