Skip to content

Commit

Permalink
Minor changes to correct spellings (keras-team#371)
Browse files Browse the repository at this point in the history
Tanser corrected to Transfer
datases corrected to datasets

These words are spelt correctly in the .ipynb and .py files
  • Loading branch information
abhiatgith authored Feb 9, 2021
1 parent c9814a7 commit f9cf900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/md/transfer_learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ you'll probably want to use the utility
`tf.keras.preprocessing.image_dataset_from_directory` to generate similar labeled
dataset objects from a set of images on disk filed into class-specific folders.

Tansfer learning is most useful when working with very small datases. To keep our
Transfer learning is most useful when working with very small datasets. To keep our
dataset small, we will use 40% of the original training data (25,000 images) for
training, 10% for validation, and 10% for testing.

Expand Down

0 comments on commit f9cf900

Please sign in to comment.