question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allowing ImageDataGenerator Iterator as Input for search

See original GitHub issue

Currently, x and y are expected as inputs for the .search function. Instead could the ImageDataGenerator Iterator be used as input similar to the fit_model function of Keras?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
rodrigocardosodevcommented, Jul 11, 2019

Currently, x and y are expected as inputs for the .search function. Instead could the ImageDataGenerator Iterator be used as input similar to the fit_model function of Keras?

I have the same question

0reactions
rodrigocardosodevcommented, Jan 29, 2020

Hi dear @EgorFollia, try to generate data inside of hypermodel function and use fit_generator too inside of this function.

Read more comments on GitHub >

github_iconTop Results From Across the Web

tf.keras.preprocessing.image.ImageDataGenerator - TensorFlow
An Iterator yielding tuples of (x, y) where x is a numpy array of image data (in the case of a single image...
Read more >
Keras ImageDataGenerator() how to get all labels from data
I know that the flow method allows for passing both the images and the labels. But you need to have your images already...
Read more >
Tutorial on using Keras flow_from_directory and generators
The ImageDataGenerator class has three methods flow(), flow_from_directory() and flow_from_dataframe() to read the images from a big numpy array ...
Read more >
Image Augmentation Keras | Keras ImageDataGenerator
Keras ImageDataGenerator class provides a quick and easy way to augment your images. It provides a host of different augmentation techniques ...
Read more >
Image Data Generators in Keras
Allows the use of multi-processingAllows you to generate batches Allows you to ... from keras.preprocessing.image import ImageDataGenerator.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found