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

reproduction in keras doesn't give same accuracy #148

Open
asadisina opened this issue Jul 8, 2022 · 1 comment
Open

reproduction in keras doesn't give same accuracy #148

asadisina opened this issue Jul 8, 2022 · 1 comment

Comments

@asadisina
Copy link

Hi,

I have been trying to reproduce the same DS-CNN architecture in Keras mode in Edge Impulse Studio. I implemented the exact same arch and try to give the system the same dataset as training and validation. but I see an overfitting issue (training accuracy goes to 100 but validation accuracy stays around 88 percent).
Do you have any idea why reproducing in Keras giving me this overfitting issue?

Thank you in advance,

@Burton2000
Copy link

I know its been a long time since this question was asked but incase it is useful to anyone else, if you go to here: https://github.com/ARM-software/ML-examples/tree/main/tflu-kws-cortex-m/Training we have implemented training of the networks using TF2 and Keras APIs. Accuracy is maintained so there is nothing about swapping to Keras that should reduce model accuracy

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