-
Notifications
You must be signed in to change notification settings - Fork 547
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
Angular 14 ng production build gives "the tensor should have 409600 values but has 5803" #875
Comments
Any help here please |
That's an interesting error. I'm not familiar with any bug that should cause that :/ |
Thank you @GantMan for responding. There are no errors at all, when the build is in Debug mode, but it's the error only we are facing in the release mode. Thank you. |
You might want to check into the TensorFlow flags https://www.tensorflow.org/js/guide/platform_environment#flags I don't know what could be changing because these are manual flags, though. |
Thank you @GantMan for the directions. Let me look into this and see why the release mode behaving a little different. |
I think i had similar error when one of files was wrongly encoded (json stringified instead of being a buffer). So basically somewhere in your production env you lose proper file (~400K) and something else is served to TF (~5K). |
When I try to run the angular 14 in debug build, I am able to scan the image and getting the proper image properties.
But, When I run in production build, We are getting the above error while parsing image.
Is there any different between prod/debug build ???
Kindly let us know.
We are using mobilnet_v2 for scanning the images.
Here is the full error message.
Based on the provided shape, [1,1,320,1280], the tensor should have 409600 values but has 5803
The text was updated successfully, but these errors were encountered: