Skip to content
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

Custom TFlite and Raven formats output very different results in MacOS M3 Max Chip #307

Open
nnbuainain opened this issue Apr 10, 2024 · 1 comment

Comments

@nnbuainain
Copy link

Hey guys,

I trained a custom linear classifier for 154 species. When I make predictions over the same file I get very different results when using the tflite and Raven model formats on MacOS with M3 Max chip. When I move to linux, the same model and sound files outputs different results from the mac output, but identical output between tflite and Raven formats, which is the expected results. So I guess the problem is not related to any quantization and compressions done in tflite, but something related to making inferences in MacOS (?). Is there any known problem with the models and the Apple silicon chips? I read that Raven does not support the classifier models in the new Apple chips, is that the reason?

I'm in a conda environment using python3.10 and tensorflow 2.15.1 (I was not able to run train or inference with 2.16.1).

@hooge104
Copy link

hooge104 commented Dec 20, 2024

Same here. M3 Max with python3.10 and tensorflow 2.15.1. I've not been able to figure out why this is happening either

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants