Skip to content

Commit

Permalink
fix TODO typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscg committed Dec 22, 2019
1 parent 0179ecb commit dfe33ba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -474,7 +474,7 @@
"id": "qXnwkzFuVrXB"
},
"source": [
"### TOO: Apply Random Rotation\n",
"### TODO: Apply Random Rotation\n",
"\n",
"In the cell below, use ImageDataGenerator to create a transformation that rescales the images by 255 and then applies a random 45 degree rotation. Then use the `.flow_from_directory` method to apply the above transformation to the images in our training set. Make sure you indicate the batch size, the path to the directory of the training images, the target size for the images, and to shuffle the images. "
]
Expand Down

0 comments on commit dfe33ba

Please sign in to comment.