Closed ghost closed 5 years ago
Hi,
My first guess is that len(input_images) < BATCH_SIZE
.
First of all you have to make sure that you have images in the INPUT_DATA_DIR
. Then you have to verify if they are properly passed to input_images
.
Ok thanks! Iāll have a look at it tomorrow. Iām importing the pictures from Google Drive. Iāll keep you up to date.
--
*Mikel Arbiza.-
{ComunicaciĆ³n Creativa}.
ā 670270854
El 13 feb 2019, a las 17:36, Greg notifications@github.com<mailto:notifications@github.com> escribiĆ³:
Hi,
My first guess is that len(input_images) < BATCH_SIZE. First of all you have to make sure that you have images in the INPUT_DATA_DIR. Then you have to verify if they are properly passed to input_images.
ā You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/gsurma/image_generator/issues/1#issuecomment-463270286, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AruraJEzePx2KDMUZjyiQEEV-yY6n1mBks5vND8RgaJpZM4a5M8v.
Hello,
Really nice work! I get a bug when trying to start Training your model:
"ValueError: Sample larger than population or is negative"
Please could you help? Thanks in advance