You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i follow all the tensorflow procedure, did training/foldering batch/quantize
and finally generate weights.h, I use this weights.h for running c-lanugag inference
and then i want to compare in between tensorflow and pure c executable, see how they are working inside.
but i get the different result between those 2
Tensorflow
I need to compare the result and procedure between tensorflow & c code, for study purpose
Am i right on using label_wav on bnfused.pb?
Do i need to write a quantize version of label_wav.py? so that i can use bnfused.pb
The text was updated successfully, but these errors were encountered:
i follow all the tensorflow procedure, did training/foldering batch/quantize
and finally generate weights.h, I use this weights.h for running c-lanugag inference
and then i want to compare in between tensorflow and pure c executable, see how they are working inside.
but i get the different result between those 2
Tensorflow
C Language (I modify and can be run on PC
I need to compare the result and procedure between tensorflow & c code, for study purpose
Am i right on using label_wav on bnfused.pb?
Do i need to write a quantize version of label_wav.py? so that i can use bnfused.pb
The text was updated successfully, but these errors were encountered: