-
Notifications
You must be signed in to change notification settings - Fork 44
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
Why mobile output is so different with python? #26
Comments
Hi, Do I understand correctly from the screenshot above that the values computed by the mel are slightly changed (but almost the same) and the values of the computed model outputs are very different on your PC and an Android device? The model outputs on Android are very different, but not completely random, correct? |
Hi, "is the problem specific to 'dymn10_as', or does it also hold for 'mn10_as'?" "very different on your PC and an Android device" |
I see. I haven't used the models on mobile phones before, so I will not be of much help here. Maybe I'll find the time in the near future to look into it. However, I suggest closely examining the data type used on PC and Android. Maybe there is a mismatch in terms of precision? Have you also checked whether the model weights stay the same? |
Hi,
I converted dymn10_as to pytorch mobile, But mobile output is so different with python.
I checked both torch version and the model file. What may be the problem? Thanks :)
Expected Behavior:
Same or similar outputs
Actual Behavior:
So different output
Reproduce:
1.convert dymn10_as to pytorch mobile(android)
2.compare python and mobile(android) output
The text was updated successfully, but these errors were encountered: