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
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