You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: