Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Augmentation #6

Open
DrJonnyT opened this issue Aug 10, 2023 · 0 comments
Open

Data Augmentation #6

DrJonnyT opened this issue Aug 10, 2023 · 0 comments

Comments

@DrJonnyT
Copy link
Collaborator

DrJonnyT commented Aug 10, 2023

ImageDataGenerator- the parameters are all set to default
Also tensorflow docs say this is depracated- I think it expects the test/train data to be in different directories and flow from directory, rather than from memory

Maybe something like
ImageDataGenerator(
rotation_range=15,
width_shift_range=0.1,
height_shift_range=0.1,
zoom_range=0.15,
horizontal_flip=True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant