buriburisuri / speech-to-text-wavenet

Speech-to-Text-WaveNet : End-to-end sentence level English speech recognition based on DeepMind's WaveNet and tensorflow
Apache License 2.0
3.95k stars 794 forks source link

exporting pb file #84

Open eli99999 opened 7 years ago

eli99999 commented 7 years ago

Hi, I'm new to tensorflow and manged to install train and recognize with this very helpful code I'm working on exporting the model to a pb file (freeze_graph) but i cannot find the right output nodes

what are the input / output nodes of this model?

ffxz commented 6 years ago

have you solve this question? i also want to know the output nodes. the when i see the op information, it shows that byte_list rather than node_list @eli99999

ishanisri commented 5 years ago

Hi, has this issue been solved yet?I was trying to work on this model's optimization using tensorflow lite, but I need the model in a pb file too