Skip to content

Getting Error ValueError: cannot reshape array of size 4096 into shape (1,32,32,3) #18

@yhammadmufin

Description

@yhammadmufin

Getting Error on the following Image

image (2)

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions