You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/content/Korean-OCR-Model-Design-based-on-Keras-CNN/test.py", line 31, in
test_Image(T_Image_addr,index_to_syllable)
File "/content/Korean-OCR-Model-Design-based-on-Keras-CNN/test.py", line 20, in test_Image
T_Image_Array = T_Image_Array.reshape(1,32,32,3)
ValueError: cannot reshape array of size 4096 into shape (1,32,32,3)
The text was updated successfully, but these errors were encountered:
yhammadmufin
changed the title
Getting Error Traceback (most recent call last): File "/content/Korean-OCR-Model-Design-based-on-Keras-CNN/test.py", line 31, in <module> test_Image(T_Image_addr,index_to_syllable) File "/content/Korean-OCR-Model-Design-based-on-Keras-CNN/test.py", line 20, in test_Image T_Image_Array = T_Image_Array.reshape(1,32,32,3) ValueError: cannot reshape array of size 4096 into shape (1,32,32,3)
Getting Error Traceback (most recent call last):
Jan 17, 2024
yhammadmufin
changed the title
Getting Error Traceback (most recent call last):
Getting Error ValueError: cannot reshape array of size 4096 into shape (1,32,32,3)
Jan 17, 2024
Getting Error on the following Image
Traceback (most recent call last):
File "/content/Korean-OCR-Model-Design-based-on-Keras-CNN/test.py", line 31, in
test_Image(T_Image_addr,index_to_syllable)
File "/content/Korean-OCR-Model-Design-based-on-Keras-CNN/test.py", line 20, in test_Image
T_Image_Array = T_Image_Array.reshape(1,32,32,3)
ValueError: cannot reshape array of size 4096 into shape (1,32,32,3)
The text was updated successfully, but these errors were encountered: