image_classifier icon indicating copy to clipboard operation
image_classifier copied to clipboard

CNN image classifier implemented in Keras Notebook 🖼️.

Results 4 image_classifier issues
Sort by recently updated
recently updated
newest added

can you please tell me why did you used : TEST_SIZE = 30 in code probabilities = model.predict_generator(test_generator, TEST_SIZE)

Hi, why it is taking 1hours time to complete One Epoch , if it takes one hour for each epoch , to complete the 20 epochs it takes 20-hours time...

I've some trouble to reproduce the trained models from the information in the [blog post](https://towardsdatascience.com/image-classifier-cats-vs-dogs-with-convolutional-neural-networks-cnns-and-google-colabs-4e9af21ae7a8) and the [readme Usage section](https://github.com/gsurma/image_classifier#usage). The training data is not provided in folders w.r.t. to...