Replies: 1 comment
-
Hey @mayadiCS , Data augmentation is used to artificially increase the diversity of a training set (different views of similar images). The usual practice is to use only augmented images or not augmented images. You can read more on this here: https://machinelearningmastery.com/how-to-configure-image-data-augmentation-when-training-deep-learning-neural-networks/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for the really excellent content in section 3 Computer vision. Question: I noticed that when using ImageDataGenerator to augment the food 101 (subset) input data, we only end up using the augmented data when training the model. Is that fairly common practice in the industry? (I am relatively new). Meaning, do we never for example use both the augmented + original data (i.e. "double" our data) as the input feed during model training? Many thanks
PS: and just to clarify - I do not mean modify the original input data folder. Agnostic of how the data is consuming could we supplement with the augmented data rather than use it instead of the non augmented data.
Beta Was this translation helpful? Give feedback.
All reactions