-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I finetuned the model for 3 output classes but now at the time of prediction i got the error of input Shape does not match #32
Comments
` def main(IMAGE_SIZE=224,TOP_RESULT_CLASSES=3,SAMPLE_VIDEO_FRAMES = 250,
main(SAMPLE_PATH_RGB=None) This is my code for testing. |
input to reshape is a tensor with 409600 values, but the requested shape is 3072
The text was updated successfully, but these errors were encountered: