Skip to content

Commit

Permalink
Update Classification.ipynb
Browse files Browse the repository at this point in the history
Corrected the licence text,
  • Loading branch information
RichaldoElias committed Oct 5, 2019
1 parent 3330ef0 commit e3ed192
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/en/tutorials/images/classification.ipynb
Expand Up @@ -22,7 +22,7 @@
"outputs": [],
"source": [
"#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"# You may not use this file except in compliance with the License.\n",
"# you may not use this file except in compliance with the License.\n",
"# You may obtain a copy of the License at\n",
"#\n",
"# https://www.apache.org/licenses/LICENSE-2.0\n",
Expand Down 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"
"# zoom_range from 0 - 1 where 1 = 100%.\n",
"image_gen = ImageDataGenerator(rescale=1./255, zoom_range=0.5) # "
]
},
{
Expand Down

1 comment on commit e3ed192

@RichaldoElias
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clarified the comments

Please sign in to comment.