Hemanth Mydugolam
Hemanth Mydugolam

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...