Hemanth Mydugolam

Results 3 issues of Hemanth Mydugolam

![screenshot 37](https://user-images.githubusercontent.com/29648737/28869452-6093116e-779a-11e7-8984-9a2d8bce925f.png)

While executing the code i am getting the above error in the following code.: model.fit_generator( train_generator, steps_per_epoch=nb_train_samples // batch_size, epochs=epochs, validation_data=validation_generator, validation_steps=nb_validation_samples // batch_size) error as: ValueError Traceback (most recent...

i dont know why this problem is rising please give me solution. Following is the code from PIL import Image import pytesseract print(pytesseract.image_to_string(Image.open('text.jpg'))) error: Traceback (most recent call last): File...